Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ hasResponse
Function
hasResponse
protocol/roundtrip.go:25–28 ·
view source on GitHub ↗
(msg Message)
Source
from the content-addressed store, hash-verified
23
}
24
25
func
hasResponse(msg Message) bool {
26
x, _ := msg.(
interface
{ HasResponse() bool })
27
return
x == nil || x.HasResponse()
28
}
Callers
1
RoundTrip
Function · 0.85
Calls
1
HasResponse
Method · 0.45
Tested by
no test coverage detected