MCPcopy Create free account
hub / github.com/coder/envbuilder / ioBufs

Struct ioBufs

options/options_test.go:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203type ioBufs struct {
204 Stdin bytes.Buffer
205 Stdout bytes.Buffer
206 Stderr bytes.Buffer
207}
208
209func fakeIO(i *serpent.Invocation) *ioBufs {
210 var b ioBufs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected