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