MCPcopy
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
50type noopSink struct{}
51
52func (ns *noopSink) Write(*binlogpb.GrpcLogEntry) error { return nil }
53func (ns *noopSink) Close() error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected