MCPcopy
hub / github.com/nbubna/store / namespace

Method namespace

index.d.ts:26–26  ·  view source on GitHub ↗
(namespace: string, singleArea?: true, delim?: string)

Source from the content-addressed store, hash-verified

24 isFake(force?: boolean): boolean;
25 keys(fillList?: string[]): string[];
26 namespace(namespace: string, singleArea?: true, delim?: string): StoreType;
27 remove(key: any, alt?: any|Reviver): any;
28 set(key: any, data: any, overwrite?: boolean|Replacer): any;
29 setAll(data: Object, overwrite?: boolean|Replacer): StoredData;

Callers 5

spaceFunction · 0.80
store_test.jsFile · 0.80
store.on.jsFile · 0.80
store.bind.jsFile · 0.80
store2.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected