MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / typecheck

Method typecheck

src/orchestration/qa-node.ts:37–37  ·  view source on GitHub ↗

* Run a typecheck over the staged files (the engine wires this to a tsc * invocation scoped to touched files, or a no-op when tsc isn't available). * Returns error strings (empty = clean).

(files: Array<{ path: string; content: string }>, signal?: AbortSignal)

Source from the content-addressed store, hash-verified

35 * Returns error strings (empty = clean).
36 */
37 typecheck?(files: Array<{ path: string; content: string }>, signal?: AbortSignal): Promise<string[]>;
38 /**
39 * Run the design audit over staged content. Returns issues. Wired to the
40 * existing design_audit logic by the engine.

Callers 1

reviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected