Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ clearState
Function
clearState
ui/src/composables/useStreamingState.ts:248–250 ·
view source on GitHub ↗
* Clear all preserved state
()
Source
from the content-addressed store, hash-verified
246
* Clear all preserved state
247
*/
248
function
clearState(): void {
249
clearPreservedState(surfaceId);
250
}
251
252
// Cleanup on unmount
253
onBeforeUnmount(() => {
Callers
1
useStreamingState
Function · 0.85
Calls
1
clearPreservedState
Function · 0.85
Tested by
no test coverage detected