MCPcopy 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
30export 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

CompensatorClass · 0.65
clearComputeCacheFunction · 0.65
flushMemberActionMethod · 0.65
flushLinkedActionsMethod · 0.65
offAllMethod · 0.65
clearMethod · 0.65
clearMethod · 0.65
clearAllMethod · 0.65
view.tsFile · 0.65
createDatasheetFunction · 0.65
renameNodeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected