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

Method Read

helper/util/joint.go:62–64  ·  view source on GitHub ↗

Read implements interface

(b []byte)

Source from the content-addressed store, hash-verified

60
61// Read implements interface
62func (s *StdStreamJoint) Read(b []byte) (n int, err error) {
63 return s.in.Read(b)
64}
65
66// Write implements interface
67func (s *StdStreamJoint) Write(b []byte) (n int, err error) {

Callers 4

TestUpstreamServerFunction · 0.45
DownloadMethod · 0.45
SendDataFunction · 0.45
readConnFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestUpstreamServerFunction · 0.36