Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ getMapping
Method
getMapping
ui/src/components/MappingEditor/MappingList.js:106–108 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
104
}
105
106
getMapping(id) {
107
return
this.mappingItems.get(id);
108
}
109
110
getMappingKeys(id) {
111
const
mapping = this.getMapping(id);
Callers
10
changeId
Method · 0.95
getMappingKeys
Method · 0.95
getMappingAsEntity
Method · 0.95
addKey
Method · 0.95
removeKey
Method · 0.95
addProperty
Method · 0.95
removeProperty
Method · 0.95
render
Method · 0.80
renderEntitySelect
Method · 0.80
renderPropertyValue
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected