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

Function managedSkillPath

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

Source from the content-addressed store, hash-verified

47}
48
49function managedSkillPath(id: string, action?: string): string {
50 const path = `${AUTOMATION_BASE}/skills/${encodeURIComponent(id)}`;
51 return action ? `${path}/${action}` : path;
52}
53
54function factProposalPath(id: string, action?: string): string {
55 const path = `${AUTOMATION_BASE}/fact-proposals/${encodeURIComponent(id)}`;

Callers 2

postManagedSkillActionFunction · 0.85
api.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected