Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ noopSink
Struct
noopSink
internal/binarylog/sink.go:50–50 · internal/binarylog/sink.go::noopSink
Source
from the content-addressed store, hash-verified
48
}
49
50
type
noopSink
struct
{}
51
52
func
(ns *noopSink) Write(*binlogpb.GrpcLogEntry) error {
return
nil }
53
func
(ns *noopSink) Close() error {
return
nil }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected