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

Function showNotice

frontend/dashboard/src/components/Routing.tsx:78–80  ·  view source on GitHub ↗
(text: string, tone: NoticeState["tone"] = "success")

Source from the content-addressed store, hash-verified

76 }
77
78 function showNotice(text: string, tone: NoticeState["tone"] = "success") {
79 setNotice({ text, tone });
80 }
81
82 async function handleModeChange(nextMode: ModeName) {
83 if (!editable || nextMode === defaultMode) return;

Callers 4

handleModeChangeFunction · 0.85
handleResetFunction · 0.85
handleSaveOverrideFunction · 0.85
handleResetOverrideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected