| 26 | } |
| 27 | |
| 28 | interface IThis extends IKernelFunctionThis { |
| 29 | constants: IConstants, |
| 30 | } |
| 31 | |
| 32 | function kernelFunction(this: IThis, degrees: number, divisors: [number, number]): [number, number] { |
| 33 | const bounds = subKernel(this.constants.rotation * degrees); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…