Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ oomScoreArg
Function
oomScoreArg
agent/agentexec/exec.go:147–149 ·
view source on GitHub ↗
(score int)
Source
from the content-addressed store, hash-verified
145
}
146
147
func
oomScoreArg(score int) string {
148
return
fmt.Sprintf(
"--%s=%d"
, oomFlag, score)
149
}
Callers
1
agentExecCmd
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected