MCPcopy
hub / github.com/cloudflare/cloudflared / Write

Method Write

proxy/proxy_test.go:454–459  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

452}
453
454func (r *replayer) Write(p []byte) (int, error) {
455 r.Lock()
456 defer r.Unlock()
457 n, err := r.rw.Write(p)
458 return n, err
459}
460
461func (r *replayer) String() string {
462 r.Lock()

Callers 1

TestConnectionsFunction · 0.95

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected