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

Method get

packages/core/src/database/index.ts:181–181  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

179 count(): AsyncOrSyncResult<IsAsync, number>;
180 unsyncedCount(): Promise<number>;
181 get(id: string): AsyncOrSyncResult<IsAsync, T | undefined>;
182 put(items: (T | undefined)[]): Promise<SQLiteItem<T>[]>;
183 update(ids: string[], partial: Partial<T>): Promise<void>;
184 records(

Callers 15

sync.test.jsFile · 0.65
syncAndWaitFunction · 0.65
monographs.test.jsFile · 0.65
migrations.tsFile · 0.65
handleResponseFunction · 0.65
typeMethod · 0.65
cacheItemMethod · 0.65
itemMethod · 0.65
batchLoaderMethod · 0.65
groupArrayFunction · 0.65
fuzzyFunction · 0.65
fuzzyMatchFunction · 0.65

Implementers 2

SQLCollectionpackages/core/src/database/sql-collect
SQLCachedCollectionpackages/core/src/database/sql-cached-

Calls

no outgoing calls

Tested by 1

syncAndWaitFunction · 0.52