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

Function pythonExplicit

tests/native-ast.test.ts:139–140  ·  view source on GitHub ↗
(mods: any, dir: string)

Source from the content-addressed store, hash-verified

137 // Explicit languages target the plugin by name (the mocked provider answers
138 // loadPlugin) and route .py via the default extension map — no real .wasm.
139 const pythonExplicit = (mods: any, dir: string) =>
140 mods.resolveNativeAst({ enabled: true, languages: ["python"] }, dir);
141
142 it("dispatches by extension and tags confidence 'native' (routes)", async () => {
143 const dir = await writeFixture("routes", { "main.py": FASTAPI_FIXTURE });

Callers 1

native-ast.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected