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

Callers 1

agentExecCmdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected