MCPcopy
hub / github.com/localForage/localForage / length

Method length

typings/localforage.d.ts:26–26  ·  view source on GitHub ↗
(callback?: (err: any, numberOfKeys: number) => void)

Source from the content-addressed store, hash-verified

24 clear(callback?: (err: any) => void): Promise<void>;
25
26 length(callback?: (err: any, numberOfKeys: number) => void): Promise<number>;
27
28 key(keyIndex: number, callback?: (err: any, key: string) => void): Promise<string>;
29

Callers 3

test.config.jsFile · 0.80
test.api.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected