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

Method remove

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

Source from the content-addressed store, hash-verified

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;
42 setAll(data: Object, overwrite?: boolean): IStoredData;
43 add(key: any, data: any): any;

Callers 15

toggleScorllColorFunction · 0.65
opBufferMethod · 0.65
localPendingChangesetMethod · 0.65
useReferenceCountFunction · 0.65
_collectJSFunction · 0.65
_walkMethod · 0.65
fetchMethod · 0.65
_collectJSFunction · 0.65
_walkMethod · 0.65
_walkFunction · 0.65
endLoadingFunction · 0.65
directDownloadFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected