MCPcopy Create free account
hub / github.com/openclaw/gogcli / newCmdRuntimeOutputContext

Function newCmdRuntimeOutputContext

internal/cmd/cmd_testutil_test.go:31–34  ·  view source on GitHub ↗
(t *testing.T, stdout, stderr io.Writer)

Source from the content-addressed store, hash-verified

29}
30
31func newCmdRuntimeOutputContext(t *testing.T, stdout, stderr io.Writer) context.Context {
32 t.Helper()
33 return newCmdRuntimeIOContext(t, strings.NewReader(""), stdout, stderr)
34}
35
36func newCmdRuntimeIOContext(t *testing.T, stdin io.Reader, stdout, stderr io.Writer) context.Context {
37 t.Helper()

Calls 1

newCmdRuntimeIOContextFunction · 0.85

Tested by

no test coverage detected