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

Function isPythonAvailable

src/ast/extract-python.ts:693–695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691 name: f.name,
692 type: f.type || "unknown",
693 flags: f.flags || [],
694 })) as SchemaField[],
695 relations: (m.relations || []).map((r: any) => `${r.name}: ${r.target}`),
696 orm: "sqlalchemy" as const,
697 confidence: "ast" as const,
698 }));

Callers

nothing calls this directly

Calls 1

findPythonFunction · 0.85

Tested by

no test coverage detected