Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConsortiumAI/Consortium
/ sessionSyncClient
Method
sessionSyncClient
packages/consortium-cli/src/api/api.ts:88–90 ·
view source on GitHub ↗
(session: Session)
Source
from the content-addressed store, hash-verified
86
}
87
88
sessionSyncClient(session: Session): ApiSessionClient {
89
return
new
ApiSessionClient(this.credential.token, session);
90
}
91
}
Callers
1
runClaude
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected