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

Method _getId

storage.js:74–76  ·  view source on GitHub ↗
(key, id)

Source from the content-addressed store, hash-verified

72 }
73 }
74 _getId(key, id) {
75 return key + '_' + id;
76 }
77 _saveToMap(params) {
78 let { key, id, data } = params,
79 newId = this._getId(key, id),

Callers 4

_saveToMapMethod · 0.95
_loadMapItemMethod · 0.95
_lookUpInMapMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected