Skip to content

Add coverage of traversal().withGraph(...) #201

@krlawrence

Description

@krlawrence

Since version 3.3.5 you can replace

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

with

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

Metadata

Metadata

Assignees

Projects

Status

Complete

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions