Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastax/cql-proxy
/ IsResponse
Method
IsResponse
codecs/partial_codecs.go:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
func
(p *PartialQuery) IsResponse() bool {
105
return
false
106
}
107
108
func
(p *PartialQuery) GetOpCode() primitive.OpCode {
109
return
primitive.OpCodeQuery
Callers
3
TestPartialQueryCodec_Decode
Function · 0.45
TestPartialExecuteCodec_Decode
Function · 0.45
TestPartialBatchCodec_Decode
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestPartialQueryCodec_Decode
Function · 0.36
TestPartialExecuteCodec_Decode
Function · 0.36
TestPartialBatchCodec_Decode
Function · 0.36