MCPcopy Create free account
hub / github.com/docker/secrets-engine / Write

Method Write

x/ipc/env_windows.go:119–119  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

117
118func (p *PipeConn) Read(b []byte) (int, error) { return p.R.Read(b) }
119func (p *PipeConn) Write(b []byte) (int, error) { return p.W.Write(b) }
120func (p *PipeConn) Close() error {
121 return errors.Join(p.R.Close(), p.W.Close())
122}

Callers 7

SaveMethod · 0.45
SaveMethod · 0.45
atomicWriteFunction · 0.45
HijackifyFunction · 0.45
ServeHTTPMethod · 0.45
Test_hijackingFunction · 0.45
writeLineFunction · 0.45

Calls

no outgoing calls

Tested by 2

Test_hijackingFunction · 0.36
writeLineFunction · 0.36