MCPcopy Index your code
hub / github.com/coder/coder / coordinateFromInt64

Function coordinateFromInt64

coderd/x/chatd/chattool/computeruse.go:348–350  ·  view source on GitHub ↗
(x, y int64)

Source from the content-addressed store, hash-verified

346}
347
348func coordinateFromInt64(x, y int64) [2]int {
349 return [2]int{int(x), int(y)}
350}
351
352func (t *computerUseTool) captureScreenshot(
353 ctx context.Context,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected