MCPcopy Index your code
hub / github.com/codedogQBY/ReadAny / getSyncAdapter

Function getSyncAdapter

packages/core/src/sync/sync-adapter.ts:71–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71export function getSyncAdapter(): ISyncAdapter {
72 if (!_syncAdapter) {
73 throw new Error("Sync adapter not initialized. Call setSyncAdapter() first.");
74 }
75 return _syncAdapter;
76}

Callers 12

makeTempTransferPathFunction · 0.90
uploadFileToRemoteFunction · 0.90
downloadRemoteFileToPathFunction · 0.90
syncFilesFunction · 0.90
downloadBookFileFunction · 0.90
getDataDirMethod · 0.90
mapVirtualPathMethod · 0.90
putMethod · 0.90
getMethod · 0.90
listDirMethod · 0.90
moveMethod · 0.90
existsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected