Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
454
func
(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
461
func
(r *replayer) String() string {
462
r.Lock()
Callers
1
TestConnections
Function · 0.95
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected