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

Method getAll

packages/core/src/engine/buffer_storage.ts:35–35  ·  view source on GitHub ↗
(fillObj?: IStoredData)

Source from the content-addressed store, hash-verified

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;
37 isFake(): boolean;
38 keys(fillList?: string[]): string[];

Callers 15

destinationsMethod · 0.65
_readPageLabelsMethod · 0.65
attachmentsMethod · 0.65
xfaImagesMethod · 0.65
_collectJavaScriptMethod · 0.65
destinationsMethod · 0.65
_readPageLabelsMethod · 0.65
attachmentsMethod · 0.65
_collectJavaScriptMethod · 0.65
destinationsMethod · 0.65
_readPageLabelsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected