MCPcopy 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

changeIdMethod · 0.95
getMappingKeysMethod · 0.95
getMappingAsEntityMethod · 0.95
addKeyMethod · 0.95
removeKeyMethod · 0.95
addPropertyMethod · 0.95
removePropertyMethod · 0.95
renderMethod · 0.80
renderEntitySelectMethod · 0.80
renderPropertyValueMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected