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

Method valueType

dql/mutation.go:212–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func (nq NQuad) valueType() x.ValueTypeInfo {
213 hasValue := nq.ObjectValue != nil
214 hasLang := len(nq.Lang) > 0
215 hasSpecialId := len(nq.ObjectId) == 0
216 return x.ValueType(hasValue, hasLang, hasSpecialId)
217}

Callers 1

ToEdgeUsingMethod · 0.95

Calls 1

ValueTypeFunction · 0.92

Tested by

no test coverage detected