Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ getValues
Method
getValues
ui/src/components/MappingEditor/MappingList.js:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
getValues() {
94
return
Array.from(this.mappingItems.values());
95
}
96
97
getSchemaCount(schemaToAssign) {
98
return
this.getValues().filter(({ schema }) => schema === schemaToAssign)
Callers
7
assignColor
Method · 0.95
getSchemaCount
Method · 0.95
getThingMappings
Method · 0.95
getNonThingMappings
Method · 0.95
applyToEntityRefs
Method · 0.95
renderHeaderCell
Method · 0.80
renderEntitySelect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected