(spaceId: SpaceId)
| 403 | } |
| 404 | |
| 405 | function getSpaceLabel(spaceId: SpaceId) { |
| 406 | return getSpaceDefinitions().find(space => space.id === spaceId)!.label |
| 407 | } |
| 408 | |
| 409 | function normalizeSearchToken(value: string) { |
| 410 | return value.trim().toLowerCase() |
no test coverage detected