MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetEdges

Method GetEdges

bitmap/pb.pb.go:2023–2028  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2021}
2022
2023func (m *Mutations) GetEdges() []*DirectedEdge {
2024 if m != nil {
2025 return m.Edges
2026 }
2027 return nil
2028}
2029
2030func (m *Mutations) GetSchema() []*SchemaUpdate {
2031 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected