func(*EdgeOptions)
| 70 | } |
| 71 | |
| 72 | type EdgeOption func(*EdgeOptions) |
| 73 | |
| 74 | func DefaultEdgeOptions(opts ...EdgeOption) EdgeOptions { |
| 75 | eopts := EdgeOptions{ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…