(x: number, y: number)
| 348 | const globalAlpha = context.globalAlpha; |
| 349 | |
| 350 | const getSelectionAlpha = (x: number, y: number) => |
| 351 | map(unselectedOpacity, 1, this.selectionStrength(x, y)); |
| 352 | |
| 353 | const drawToken = ( |
| 354 | code: string, |
nothing calls this directly
no test coverage detected