MCPcopy 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
9export const getTagName = (tag: string) => {
10 const t = getTags()[tag];
11 return t?.value ?? t ?? tag;
12};
13
14export const getTagTitle = (tag: string) => {
15 const t = getTags()[tag];

Callers

nothing calls this directly

Calls 1

getTagsFunction · 0.85

Tested by

no test coverage detected