MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / prettyLane

Function prettyLane

frontend/dashboard/src/components/Explainer.tsx:456–459  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

454}
455
456function prettyLane(value?: string) {
457 if (!value) return "—";
458 return value.replace(/-/g, " ").replace(/_/g, " ").toUpperCase();
459}
460
461function prettifySource(source?: string) {
462 if (!source) return "unspecified";

Callers 1

ExplainerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected