A Field represents a node field.
| 106 | |
| 107 | // A Field represents a node field. |
| 108 | Field struct { |
| 109 | Name string |
| 110 | } |
| 111 | |
| 112 | // An Edge represents an edge in the graph. |
| 113 | Edge struct { |
nothing calls this directly
no outgoing calls
no test coverage detected