MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / extractPathParams

Function extractPathParams

src/ast/extract-python.ts:697–704  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

695 relations: (m.relations || []).map((r: any) => `${r.name}: ${r.target}`),
696 orm: "sqlalchemy" as const,
697 confidence: "ast" as const,
698 }));
699}
700
701/**
702 * Check if Python 3 is available on this system.
703 */
704export async function isPythonAvailable(): Promise<boolean> {
705 return findPython();
706}
707

Callers 1

extractPythonRoutesASTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected