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

Function setSyntaxGateEnabled

src/tools/ast/syntax-check.ts:56–56  ·  view source on GitHub ↗
(on: boolean)

Source from the content-addressed store, hash-verified

54
55let gateEnabled = true;
56export function setSyntaxGateEnabled(on: boolean): void { gateEnabled = on; }
57export function isSyntaxGateEnabled(): boolean { return gateEnabled; }
58
59function boolProp(v: boolean | (() => boolean) | undefined, self: any): boolean {

Callers 2

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected