MCPcopy Create free account
hub / github.com/Forward-Future/loopy / categoryLabel

Function categoryLabel

loop-library/worker/src/loop-schema.js:35–37  ·  view source on GitHub ↗
(category)

Source from the content-addressed store, hash-verified

33}
34
35export function categoryLabel(category) {
36 return CATEGORY_LABELS[category];
37}
38
39export function normalizeLoopDocument(input) {
40 if (!isPlainObject(input)) {

Callers 2

renderHomepageRowFunction · 0.90
catalogObjectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected