MCPcopy Create free account
hub / github.com/apitable/apitable / clearAll

Method clearAll

packages/core/src/engine/buffer_storage.ts:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;
35 getAll(fillObj?: IStoredData): IStoredData;

Callers 7

computedInfoFunction · 0.65
clearComputeCacheFunction · 0.65
clearApiCacheMethod · 0.65
subscribeDatasheetMapFunction · 0.65
clearCacheFunction · 0.65
view_id.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected