MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / factProposalPath

Function factProposalPath

dashboard/holographic/src/api.ts:54–57  ·  view source on GitHub ↗
(id: string, action?: string)

Source from the content-addressed store, hash-verified

52}
53
54function factProposalPath(id: string, action?: string): string {
55 const path = `${AUTOMATION_BASE}/fact-proposals/${encodeURIComponent(id)}`;
56 return action ? `${path}/${action}` : path;
57}
58
59function postAutomationRun<TReport = Record<string, unknown>>(
60 path: string,

Callers 1

api.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected