MCPcopy Create free account
hub / github.com/Shopify/goose / Write

Method Write

shell/shell_test.go:93–97  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

91}
92
93func (b *syncBuffer) Write(p []byte) (n int, err error) {
94 b.L.Lock()
95 defer b.L.Unlock()
96 return b.b.Write(p)
97}
98
99func TestCommandRunNoWait(t *testing.T) {
100 ctx := context.Background()

Callers 4

ExampleSupervisor_WaitFunction · 0.45
TestCommandStdoutPipeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected