MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Write

Method Write

helper/util/joint.go:67–69  ·  view source on GitHub ↗

Write implements interface

(b []byte)

Source from the content-addressed store, hash-verified

65
66// Write implements interface
67func (s *StdStreamJoint) Write(b []byte) (n int, err error) {
68 return s.out.Write(b)
69}
70
71// Close implements interface
72func (s *StdStreamJoint) Close() error {

Callers 5

exitWithErrorFunction · 0.45
writeTarMethod · 0.45
TestDownstreamServerFunction · 0.45
ReceiveDataFunction · 0.45
readConnFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestDownstreamServerFunction · 0.36