MCPcopy 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 */
17export interface IResettable {
18 reset(): Promise<void> | void
19}
20
21/**

Callers 15

handleResetFunction · 0.65
getPageStoreInterfaceFunction · 0.65
getAccountStoreInterfaceFunction · 0.65
getTabStoreInterfaceFunction · 0.65
getFolderStoreInterfaceFunction · 0.65
getMessageStoreInterfaceFunction · 0.65
getLayoutStoreInterfaceFunction · 0.65
resetAccountStoresFunction · 0.65
resetWorkspaceStoresFunction · 0.65

Implementers 1

StreamingManagersrc/renderer/src/services/streamingMan

Calls

no outgoing calls

Tested by

no test coverage detected