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

Function cmd

agent/agentexec/cli_linux_test.go:185–187  ·  view source on GitHub ↗
(ctx context.Context, t *testing.T, oom, nice int)

Source from the content-addressed store, hash-verified

183}
184
185func cmd(ctx context.Context, t *testing.T, oom, nice int) (*exec.Cmd, string) {
186 return binCmd(ctx, t, TestBin, oom, nice)
187}
188
189func expectedOOMScore(t *testing.T) int {
190 t.Helper()

Callers 1

TestCLIFunction · 0.85

Calls 1

binCmdFunction · 0.85

Tested by

no test coverage detected