Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alphanimble/htmlstream
/ clearLocalSession
Function
clearLocalSession
demo/chat/session.ts:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
export
function
clearLocalSession(): void {
117
localStorage.removeItem(STORAGE_KEY);
118
}
Callers
1
ChatApp
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected