MCPcopy
hub / github.com/sunnylqm/react-native-storage / getIdsForKey

Method getIdsForKey

storage.js:327–331  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

325 });
326 }
327 getIdsForKey(key) {
328 return this._mapPromise.then(() => {
329 return this._m.__keys__[key] || [];
330 });
331 }
332 getAllDataForKey(key, options) {
333 options = Object.assign({ syncInBackground: true }, options);
334 return this.getIdsForKey(key).then(ids => {

Callers 2

getAllDataForKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected