graph icon indicating copy to clipboard operation
graph copied to clipboard

Add coverage of `traversal().withGraph(...)`

Open krlawrence opened this issue 5 years ago • 1 comments

Since version 3.3.5 you can replace

graph = TinkerGraph.open()
g = graph.traversal()

with

 g = traversal().withGraph(TinkerGraph.open())

krlawrence avatar Sep 01 '20 02:09 krlawrence

See also issue #259

krlawrence avatar Oct 08 '23 16:10 krlawrence