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

Method isFake

index.d.ts:24–24  ·  view source on GitHub ↗
(force?: boolean)

Source from the content-addressed store, hash-verified

22 getAll(fillObj?: StoredData): StoredData;
23 has(key: any): boolean;
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;

Callers 4

spaceFunction · 0.80
store_test.jsFile · 0.80
store.old.jsFile · 0.80
store.measure.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected