()
| 40 | constructor(public opts: GeneratorOptions) {} |
| 41 | |
| 42 | get checkOverflows() { |
| 43 | return this.opts.oversizedInputs && !this.opts.unsafe; |
| 44 | } |
| 45 | |
| 46 | addFunctions(fns: CodeGenFunction[], sectionTitle?: string) { |
| 47 | if (!fns.length) return; |
nothing calls this directly
no outgoing calls
no test coverage detected