MCPcopy
hub / github.com/codedogQBY/ReadAny / get

Method get

packages/core/src/sync/sync-backend.ts:33–33  ·  view source on GitHub ↗

Download data from a path

(path: string)

Source from the content-addressed store, hash-verified

31
32 /** Download data from a path */
33 get(path: string): Promise<Uint8Array>;
34
35 /** Download data with progress reporting (optional — falls back to get() if not implemented) */
36 getWithProgress?(

Callers 15

onMethod · 0.65
offMethod · 0.65
emitMethod · 0.65
convertToMessageV2Function · 0.65
assembleFunction · 0.65
decompressContentFunction · 0.65
groupThreadsByMonthFunction · 0.65
buildBookMetadataUpdateFunction · 0.65
debouncedSaveFunction · 0.65
flushAllWritesFunction · 0.65
sync-store.test.tsFile · 0.65

Implementers 5

WebDavBackendpackages/core/src/sync/webdav-backend.
S3Backendpackages/core/src/sync/s3-backend.ts
LocalFsBackendpackages/core/src/sync/lan-server.ts
LANBackendpackages/core/src/sync/lan-backend.ts
MemoryBackendpackages/core/src/sync/__tests__/simpl

Calls

no outgoing calls

Tested by 12

createTestPlatformFunction · 0.52
insertMethod · 0.52
getMethod · 0.52
deleteWithTombstoneMethod · 0.52
exportRecordsMethod · 0.52
selectMethod · 0.52
executeMethod · 0.52
assertForeignKeysMethod · 0.52
deleteBookDependentsMethod · 0.52
getJSONMethod · 0.52
listDirMethod · 0.52
moveMethod · 0.52