Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_saveToMap
Method · 0.95
_loadMapItem
Method · 0.95
_lookUpInMap
Method · 0.95
remove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected