MCPcopy 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
143func niceScoreArg(score int) string {
144 return fmt.Sprintf("--%s=%d", niceFlag, score)
145}
146
147func oomScoreArg(score int) string {
148 return fmt.Sprintf("--%s=%d", oomFlag, score)

Callers 1

agentExecCmdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected