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

Function getChicagoCoordinateMode

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

Source from the content-addressed store, hash-verified

67// GB flip tell the model "pixels" while transforming clicks as normalized.
68let frozenCoordinateMode: CoordinateMode | undefined
69export function getChicagoCoordinateMode(): CoordinateMode {
70 frozenCoordinateMode ??= readConfig().coordinateMode
71 return frozenCoordinateMode
72}
73

Callers 3

getOrBindFunction · 0.85
setupComputerUseMCPFunction · 0.85

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected