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

Method has

index.d.ts:23–23  ·  view source on GitHub ↗
(key: any)

Source from the content-addressed store, hash-verified

21 get(key: any, alt?: any|Reviver): any;
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;

Callers 3

store_test.jsFile · 0.80
store2.jsFile · 0.80
jquery.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected