MCPcopy Create free account
hub / github.com/massCodeIO/massCode / getSpaceIcon

Function getSpaceIcon

src/renderer/composables/useCommandPalette.ts:401–403  ·  view source on GitHub ↗
(spaceId: SpaceId)

Source from the content-addressed store, hash-verified

399}
400
401function getSpaceIcon(spaceId: SpaceId) {
402 return getSpaceDefinitions().find(space => space.id === spaceId)!.icon
403}
404
405function getSpaceLabel(spaceId: SpaceId) {
406 return getSpaceDefinitions().find(space => space.id === spaceId)!.label

Callers 4

getRecentResultFunction · 0.85
getCreateFallbackResultFunction · 0.85
getCommandDefinitionsFunction · 0.85

Calls 1

getSpaceDefinitionsFunction · 0.90

Tested by

no test coverage detected