MCPcopy Index your code
hub / github.com/apitable/apitable / keys

Method keys

packages/core/src/engine/buffer_storage.ts:38–38  ·  view source on GitHub ↗
(fillList?: string[])

Source from the content-addressed store, hash-verified

36 has(key: any): boolean;
37 isFake(): boolean;
38 keys(fillList?: string[]): string[];
39 namespace(namespace: string, noSession?: true): ILsStore;
40 remove(key: any, alt?: any): any;
41 set(key: any, data: any, overwrite?: boolean): any;

Callers 15

applyDefaultThemeFunction · 0.65
fetchSuccessFunction · 0.65
calc.tsFile · 0.65
cellValueToImageSrcFunction · 0.65
checkInnerConsistencyFunction · 0.65
executeFunction · 0.65
createNewBrotherFieldFunction · 0.65
add_records.tsFile · 0.65
rollback.tsFile · 0.65
move_row.tsFile · 0.65

Calls

no outgoing calls

Tested by 5

testMethod · 0.52
testMethod · 0.52
fulfillStoreFunction · 0.52
addRecordsMethod · 0.52
cleanCacheKeysMethod · 0.52