Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ clear
Method
clear
binarylog/binarylog_end2end_test.go:99–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(s *testBinLogSink) clear() {
100
s.mu.Lock()
101
s.buf = nil
102
s.mu.Unlock()
103
}
104
105
var
(
106
// For headers:
Callers
3
testClientBinaryLog
Function · 0.45
testServerBinaryLog
Function · 0.45
TestCanceledStatus
Method · 0.45
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected