()
| 58 | } |
| 59 | |
| 60 | func defaultAutogenPolicy() AutogenPolicy { |
| 61 | return AutogenPolicy{ |
| 62 | Enabled: false, |
| 63 | MaxTypeIDLen: defaultMaxTypeIDLen, |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | func normalizeAutogenPolicy(policy AutogenPolicy) (AutogenPolicy, error) { |
| 68 | maxLen := policy.MaxTypeIDLen |
no outgoing calls
no test coverage detected
searching dependent graphs…