Skip to content

Graphorin API reference v0.5.0


Graphorin API reference / @graphorin/store-sqlite / / formatFtsIntegrityWarning

Function: formatFtsIntegrityWarning()

ts
function formatFtsIntegrityWarning(reports): string | null;

Defined in: packages/store-sqlite/src/fts-integrity.ts:76

Format an checkFtsIntegrity result as a single warning line, or null when the indexes are consistent. Used at store-open time.

Parameters

ParameterType
reportsreadonly FtsIntegrityReport[]

Returns

string | null