MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / QueryType

TypeAlias QueryType

types/request_type.go:32–32  ·  view source on GitHub ↗

go:generate hsp QueryType enumerates available query type, currently read/write.

Source from the content-addressed store, hash-verified

30
31// QueryType enumerates available query type, currently read/write.
32type QueryType int32
33
34const (
35 // ReadQuery defines a read query type.

Callers 4

createRandomQueryRequestFunction · 0.92
TestStateFunction · 0.92
TestOther_MarshalHashFunction · 0.85
TestQueryTypeStringerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected