MCPcopy Create free account
hub / github.com/cloudfoundry/garden / stdoutStream

Function stdoutStream

client/connection/connection_test.go:1751–1753  ·  view source on GitHub ↗
(handle, processid string, attachid int, fn func(net.Conn))

Source from the content-addressed store, hash-verified

1749 return stream(handle, "stderr", processid, attachid, fn)
1750}
1751
1752func stdoutStream(handle, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {
1753 return stream(handle, "stdout", processid, attachid, fn)
1754}
1755
1756func stream(handle, route, processid string, attachid int, fn func(net.Conn)) http.HandlerFunc {

Callers 2

connection_test.goFile · 0.85
emptyStdoutStreamFunction · 0.85

Calls 1

streamFunction · 0.70

Tested by

no test coverage detected