Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
export
function
getSyncAdapter(): ISyncAdapter {
72
if
(!_syncAdapter) {
73
throw
new
Error(
"Sync adapter not initialized. Call setSyncAdapter() first."
);
74
}
75
return
_syncAdapter;
76
}
Callers
12
makeTempTransferPath
Function · 0.90
uploadFileToRemote
Function · 0.90
downloadRemoteFileToPath
Function · 0.90
syncFiles
Function · 0.90
downloadBookFile
Function · 0.90
getDataDir
Method · 0.90
mapVirtualPath
Method · 0.90
put
Method · 0.90
get
Method · 0.90
listDir
Method · 0.90
move
Method · 0.90
exists
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected