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

Method namespace

packages/core/src/engine/buffer_storage.ts:39–39  ·  view source on GitHub ↗
(namespace: string, noSession?: true)

Source from the content-addressed store, hash-verified

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

Callers 4

BufferStorageClass · 0.80
ApplyBackupDataFunction · 0.80
storage.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected