MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getChicagoSubGates

Function getChicagoSubGates

src/utils/computerUse/gates.ts:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60export function getChicagoSubGates(): CuSubGates {
61 const { enabled: _e, coordinateMode: _c, ...subGates } = readConfig()
62 return subGates
63}
64
65// Frozen at first read — setup.ts builds tool descriptions and executor.ts
66// scales coordinates off the same value. A live read here lets a mid-session

Callers 1

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected