MCPcopy
hub / github.com/streetwriters/notesnook / close

Method close

apps/web/src/common/sqlite/sqlite-types.ts:477–477  ·  view source on GitHub ↗

* Close database connection * @see https://www.sqlite.org/c3ref/close.html * @param db database pointer * @returns `SQLITE_OK` (throws exception on error)

(db: number)

Source from the content-addressed store, hash-verified

475 * @returns `SQLITE_OK` (throws exception on error)
476 */
477 close(db: number): Promise<number>;
478
479 /**
480 * Call the appropriate `column_*` function based on the column type

Callers 15

disconnectSSEMethod · 0.65
pullMethod · 0.65
SearchReplacePopupFunction · 0.65
androidTestFunction · 0.65
closeMethod · 0.65
sqlite-kysely.tsFile · 0.65
index.tsFile · 0.65
common-fixtures.tsFile · 0.65
createDocumentHandlerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected