Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
348
func
coordinateFromInt64(x, y int64) [2]int {
349
return
[2]int{int(x), int(y)}
350
}
351
352
func
(t *computerUseTool) captureScreenshot(
353
ctx context.Context,
Callers
1
runAnthropicComputerUse
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected