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

Method get

packages/core/src/engine/buffer_storage.ts:34–34  ·  view source on GitHub ↗
(key: any, alt?: any)

Source from the content-addressed store, hash-verified

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;
37 isFake(): boolean;

Callers 15

eventManagerFunction · 0.65
getMethod · 0.65
getMethod · 0.65
getWithHttpInfoMethod · 0.65
findColumnIndexByIdFunction · 0.65
getCellIndexFunction · 0.65
getCellUIIndexFunction · 0.65
fetchDatasheetPackFunction · 0.65
fetchShareDatasheetPackFunction · 0.65
fetchEmbedDatasheetPackFunction · 0.65

Calls

no outgoing calls

Tested by 7

checkLinkDstFieldCountFunction · 0.52
checkExistSettingEntryFunction · 0.52
deleteLinkFieldFunction · 0.52
onlyShowFirstColumnFunction · 0.52
openFormSelectLinkModalFunction · 0.52
checkCanAddFunction · 0.52
checkNotCanAddFunction · 0.52