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

Function flushSessionStorage

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

Source from the content-addressed store, hash-verified

1618}
1619
1620export async function flushSessionStorage(): Promise<void> {
1621 await getProject().flush()
1622}
1623
1624export async function hydrateRemoteSession(
1625 sessionId: string,

Callers 2

submitMessageMethod · 0.85
performHandoffFunction · 0.85

Calls 2

getProjectFunction · 0.85
flushMethod · 0.45

Tested by

no test coverage detected