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

Method query

sqlchain/xxx_test.go:450–458  ·  view source on GitHub ↗
(
	qt types.QueryType, qs []types.Query, genAck bool)

Source from the content-addressed store, hash-verified

448}
449
450func (p *nodeProfile) query(
451 qt types.QueryType, qs []types.Query, genAck bool) (err error,
452) {
453 req, err := p.buildQuery(qt, qs)
454 if err != nil {
455 return
456 }
457 return p.sendQueryEx(req, genAck)
458}

Callers 1

TestMultiChainFunction · 0.80

Calls 2

buildQueryMethod · 0.95
sendQueryExMethod · 0.95

Tested by

no test coverage detected