Rename triple entities were relevant
This commit is contained in:
parent
ddf8849e60
commit
443a091b72
62 changed files with 664 additions and 664 deletions
|
|
@ -273,7 +273,7 @@ func (it *Iterator) Contains(v graph.Value) bool {
|
|||
}
|
||||
offset := PositionOf(val, it.dir, it.qs)
|
||||
if bytes.HasPrefix(val.key[offset:], it.checkId) {
|
||||
// You may ask, why don't we check to see if it's a valid (not deleted) triple
|
||||
// You may ask, why don't we check to see if it's a valid (not deleted) quad
|
||||
// again?
|
||||
//
|
||||
// We've already done that -- in order to get the graph.Value token in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue