func(*outputConfiguration)
| 72 | } |
| 73 | |
| 74 | type OutputOption func(*outputConfiguration) |
| 75 | |
| 76 | // WithOutputSelf configures the Node to print the root node itself |
| 77 | func WithOutputSelf() OutputOption { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…