()
| 21 | } |
| 22 | |
| 23 | func newReferencedTypes() *referencedTypes { |
| 24 | return &referencedTypes{ |
| 25 | ReferencedTypes: make(map[string]map[string]*referencedState), |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | // Remaining will call the next function for each type that has not been generated |
| 30 | // but should be. |
no outgoing calls
no test coverage detected
searching dependent graphs…