Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ reset
Method
reset
src/renderer/src/stores/interfaces/base.ts:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
*/
17
export
interface
IResettable {
18
reset(): Promise<void> | void
19
}
20
21
/**
Callers
15
handleReset
Function · 0.65
getPageStoreInterface
Function · 0.65
getAccountStoreInterface
Function · 0.65
getTabStoreInterface
Function · 0.65
getWorkspaceStoreInterface
Function · 0.65
getFolderStoreInterface
Function · 0.65
getNavigationStoreInterface
Function · 0.65
getSettingsStoreInterface
Function · 0.65
getMessageStoreInterface
Function · 0.65
getLayoutStoreInterface
Function · 0.65
resetAccountStores
Function · 0.65
resetWorkspaceStores
Function · 0.65
Implementers
1
StreamingManager
src/renderer/src/services/streamingMan
Calls
no outgoing calls
Tested by
no test coverage detected