Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codename-co/stack
/ getTagName
Function
getTagName
packages/website/src/helpers/config.ts:9–12 ·
view source on GitHub ↗
(tag: string)
Source
from the content-addressed store, hash-verified
7
};
8
9
export
const
getTagName = (tag: string) => {
10
const
t = getTags()[tag];
11
return
t?.value ?? t ?? tag;
12
};
13
14
export
const
getTagTitle = (tag: string) => {
15
const
t = getTags()[tag];
Callers
nothing calls this directly
Calls
1
getTags
Function · 0.85
Tested by
no test coverage detected