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

Function flushSessionStorage

src/utils/sessionStorage.ts:1583–1585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1581}
1582
1583export async function flushSessionStorage(): Promise<void> {
1584 await getProject().flush()
1585}
1586
1587export async function hydrateRemoteSession(
1588 sessionId: string,

Callers 2

submitMessageMethod · 0.85
performHandoffFunction · 0.85

Calls 2

getProjectFunction · 0.85
flushMethod · 0.45

Tested by

no test coverage detected