MCPcopy 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

assignColorMethod · 0.95
getSchemaCountMethod · 0.95
getThingMappingsMethod · 0.95
getNonThingMappingsMethod · 0.95
applyToEntityRefsMethod · 0.95
renderHeaderCellMethod · 0.80
renderEntitySelectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected