(public opts: GeneratorOptions)
| 38 | functions: CodeGenFunction[] = []; |
| 39 | |
| 40 | constructor(public opts: GeneratorOptions) {} |
| 41 | |
| 42 | get checkOverflows() { |
| 43 | return this.opts.oversizedInputs && !this.opts.unsafe; |
nothing calls this directly
no outgoing calls
no test coverage detected