MCPcopy 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
349func (qr *QueryResult) LabelsAdded() int {
350 return int(qr.getStat(LABELS_ADDED))
351}
352
353func (qr *QueryResult) NodesCreated() int {
354 return int(qr.getStat(NODES_CREATED))

Callers

nothing calls this directly

Calls 1

getStatMethod · 0.95

Tested by

no test coverage detected