Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitable/apitable
/ clear
Method
clear
packages/core/src/engine/buffer_storage.ts:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
export
interface
ILsStore {
31
clear(): ILsStore;
32
clearAll(): ILsStore;
33
each(callback: (key: any, data: any) => false | any): ILsStore;
34
get(key: any, alt?: any): any;
Callers
15
Compensator
Class · 0.65
clearComputeCache
Function · 0.65
flushMemberAction
Method · 0.65
flushLinkedActions
Method · 0.65
offAll
Method · 0.65
sendLocalChangesetWithInit
Method · 0.65
clear
Method · 0.65
clear
Method · 0.65
clearAll
Method · 0.65
view.ts
File · 0.65
createDatasheet
Function · 0.65
renameNode
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected