Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ CloseSend
Method
CloseSend
pkg/distributor/distributor_test.go:4040–4042 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4038
}
4039
4040
func
(*queryStream) CloseSend() error {
4041
return
nil
4042
}
4043
4044
func
(s *queryStream) Recv() (*client.QueryStreamResponse, error) {
4045
if
s.i >= len(s.results) {
Callers
15
TestConcurrentGrpcCalls
Function · 0.45
TestSchedulerEnqueueWithFrontendDisconnect
Function · 0.45
TestCancelRequestInProgress
Function · 0.45
TestSchedulerForwardsErrorToFrontend
Function · 0.45
Series
Method · 0.45
runOne
Method · 0.45
queryIngesterStream
Method · 0.45
LabelValuesForLabelNameStream
Method · 0.45
LabelNamesStream
Method · 0.45
MetricsForLabelMatchersStream
Method · 0.45
Series
Method · 0.45
Next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected