MCPcopy Create free account
hub / github.com/emwalker/digraph / topicPath

Function topicPath

client/src/components/helpers.ts:3–5  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

1import { AlertMessageType } from './types'
2
3function topicPath(id: string): string {
4 return `/topics/${id}`
5}
6
7function backgroundColor(hexColor: string) {
8 return hexColor === '' ? '' : `${hexColor}33`

Callers 8

navigation.tsFile · 0.90
SearchBoxClass · 0.90
TopicFunction · 0.90
renderItemFunction · 0.90
OuterTopicBadgeFunction · 0.90
pathnameForFunction · 0.90
renderTopicViewsFunction · 0.90
UpdateTopicFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected