MCPcopy
hub / github.com/dgraph-io/dgraph / facetName

Function facetName

query/outputnode.go:1338–1343  ·  view source on GitHub ↗
(fieldName string, f *api.Facet)

Source from the content-addressed store, hash-verified

1336}
1337
1338func facetName(fieldName string, f *api.Facet) string {
1339 if f.Alias != "" {
1340 return f.Alias
1341 }
1342 return fieldName + x.FacetDelimiter + f.Key
1343}
1344
1345// This method gets the values and children for a subprotos.
1346func (sg *SubGraph) preTraverse(enc *encoder, uid uint64, dst fastJsonNode) error {

Callers 1

attachFacetsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected