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

Method set

packages/core/src/engine/buffer_storage.ts:41–41  ·  view source on GitHub ↗
(key: any, data: any, overwrite?: boolean)

Source from the content-addressed store, hash-verified

39 namespace(namespace: string, noSession?: true): ILsStore;
40 remove(key: any, alt?: any): any;
41 set(key: any, data: any, overwrite?: boolean): any;
42 setAll(data: Object, overwrite?: boolean): IStoredData;
43 add(key: any, data: any): any;
44 size(): number;

Callers 15

eventManagerFunction · 0.65
ScheduleOptions.tsFile · 0.65
setQueryParamMethod · 0.65
getReplacedTeamListFunction · 0.65
addRecordIdFunction · 0.65
checkInnerConsistencyFunction · 0.65
CompensatorClass · 0.65
add_fields.tsFile · 0.65
collectMemberPropertyFunction · 0.65
addCellCacheMethod · 0.65
removeDsCacheMethod · 0.65
insertMethod · 0.65

Calls

no outgoing calls