MCPcopy
hub / github.com/apitable/apitable / add

Method add

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

Source from the content-addressed store, hash-verified

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;
45 transact(key: any, fn: (data: any) => any, alt?: any): ILsStore;
46}

Callers 15

toggleScorllColorFunction · 0.65
checkLinkConsistencyFunction · 0.65
addRecordIdFunction · 0.65
getDuplicatesFunction · 0.65
arithmeticColFunction · 0.65
patchDayjsTimezoneFunction · 0.65
getTimeRangeFunction · 0.65

Calls

no outgoing calls