Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/redisgraph-go
/ LabelsAdded
Method
LabelsAdded
query_result.go:349–351 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
347
}
348
349
func
(qr *QueryResult) LabelsAdded() int {
350
return
int(qr.getStat(LABELS_ADDED))
351
}
352
353
func
(qr *QueryResult) NodesCreated() int {
354
return
int(qr.getStat(NODES_CREATED))
Callers
nothing calls this directly
Calls
1
getStat
Method · 0.95
Tested by
no test coverage detected