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

Method update

packages/core/src/database/index.ts:183–183  ·  view source on GitHub ↗
(ids: string[], partial: Partial<T>)

Source from the content-addressed store, hash-verified

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(
185 ids: string[]
186 ): AsyncOrSyncResult<

Callers 15

updateMethod · 0.65
markAsUploadedMethod · 0.65
resetMethod · 0.65
markAsFailedMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
restoreMethod · 0.65
addMethod · 0.65
addMethod · 0.65
pinMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected