MCPcopy Index your code
hub / github.com/coder/coder / priorityExecer

Struct priorityExecer

agent/agentexec/exec.go:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89type priorityExecer struct {
90 binPath string
91 oomScore int
92 niceScore int
93}
94
95func (e priorityExecer) CommandContext(ctx context.Context, cmd string, args ...string) *exec.Cmd {
96 cmd, args = e.agentExecCmd(cmd, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected