()
| 210 | } |
| 211 | |
| 212 | func (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 | } |
no test coverage detected