MCPcopy Create free account
hub / github.com/SensAI-PT/RAGMeUp / friendlyLabel

Function friendlyLabel

ui/node-react/client/src/components/ConfigPage.js:124–128  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

122]);
123
124function friendlyLabel(key) {
125 return key
126 .replace(/_/g, ' ')
127 .replace(/\b\w/g, (c) => c.toUpperCase());
128}
129
130export default function ConfigPage() {
131 const [config, setConfig] = useState({});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected