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

Method each

packages/core/src/engine/buffer_storage.ts:33–33  ·  view source on GitHub ↗
(callback: (key: any, data: any) => false | any)

Source from the content-addressed store, hash-verified

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;
36 has(key: any): boolean;

Callers 3

copy.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected