MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createSyncState

Function createSyncState

src/services/teamMemorySync/index.ts:121–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121export function createSyncState(): SyncState {
122 return {
123 lastKnownChecksum: null,
124 serverChecksums: new Map(),
125 serverMaxEntries: null,
126 }
127}
128
129/**
130 * Compute `sha256:<hex>` over the UTF-8 bytes of the given content.

Callers 1

startTeamMemoryWatcherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected