Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ IResettable
Interface
IResettable
src/renderer/src/stores/interfaces/base.ts:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
* 可重置的 Store
16
*/
17
export
interface
IResettable {
18
reset(): Promise<void> | void
19
}
20
21
/**
22
* 基础实体 Store 接口
Callers
8
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
Implementers
1
StreamingManager
src/renderer/src/services/streamingMan
Calls
no outgoing calls
Tested by
no test coverage detected