Skip to content

Commit

Permalink
Merge pull request #218 from JetBrains/graph-store-oVertexEntityItera…
Browse files Browse the repository at this point in the history
…ble-unwrap

Unwrap OVertexEntityIterable. It's required for oVertexEntity.getLinks()
  • Loading branch information
leostryuk authored Nov 7, 2024
2 parents a23450e + 33da92c commit 658db49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class OVertexEntityIterable(

override fun asSortResult() = this

override fun unwrap() = this
override fun unwrap() = asQueryIterable()

override fun findLinks(entities: EntityIterable, linkName: String): EntityIterable {
return asQueryIterable().findLinks(entities, linkName)
Expand Down

0 comments on commit 658db49

Please sign in to comment.