Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
func
(qr *QueryResult) Empty() bool {
94
return
len(qr.results) == 0
95
}
96
97
func
(qr *QueryResult) parseResults(raw_result_set []
interface
{}) {
98
header := raw_result_set[0]
Callers
5
Next
Method · 0.95
PrettyPrint
Method · 0.95
TestCreateQuery
Function · 0.80
TestQueryStatistics
Function · 0.80
TestNodeMapDatatype
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestCreateQuery
Function · 0.64
TestQueryStatistics
Function · 0.64
TestNodeMapDatatype
Function · 0.64