()
| 607 | type moduleFormatInfo struct{} |
| 608 | |
| 609 | func newModuleFormatInfo() *moduleFormatInfo { |
| 610 | return &moduleFormatInfo{} |
| 611 | } |
| 612 | |
| 613 | type getParsedRefOptions struct { |
| 614 | allowedFormats map[string]struct{} |
no outgoing calls
no test coverage detected
searching dependent graphs…