MCPcopy Create free account
hub / github.com/Noumena-Network/code / normalizeWorkflowQuery

Function normalizeWorkflowQuery

src/commands/workflows/workflows.ts:90–92  ·  view source on GitHub ↗
(args: string)

Source from the content-addressed store, hash-verified

88}
89
90function normalizeWorkflowQuery(args: string): string {
91 return args.trim().replace(/^\/+/, '')
92}
93
94export const call: LocalCommandCall = async args => {
95 const definitions = await getWorkflowDefinitions(getCwd())

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected