MCPcopy Create free account
hub / github.com/RedisGraph/redisgraph-go / Empty

Method Empty

query_result.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (qr *QueryResult) Empty() bool {
94 return len(qr.results) == 0
95}
96
97func (qr *QueryResult) parseResults(raw_result_set []interface{}) {
98 header := raw_result_set[0]

Callers 5

NextMethod · 0.95
PrettyPrintMethod · 0.95
TestCreateQueryFunction · 0.80
TestQueryStatisticsFunction · 0.80
TestNodeMapDatatypeFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestCreateQueryFunction · 0.64
TestQueryStatisticsFunction · 0.64
TestNodeMapDatatypeFunction · 0.64