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

Method _initMap

storage.js:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 Promise.resolve();
58 }
59 _initMap() {
60 return {
61 innerVersion: this._innerVersion,
62 index: 0,
63 __keys__: {}
64 };
65 }
66 _checkMap(map) {
67 if(map && map.innerVersion && map.innerVersion === this._innerVersion ) {
68 return map;

Callers 2

_checkMapMethod · 0.95
clearMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected