Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ noopConn
Struct
noopConn
credentials/alts/internal/conn/record_test.go:413–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
type
noopConn
struct
{
414
net.Conn
415
}
416
417
func
(c *noopConn) Write(b []byte) (n int, err error) {
418
return
len(b), nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected