(code: string, id: string)
| 23 | transform: { |
| 24 | filter: options.filter ?? DEFAULT_TRANSFORM_FILTER, |
| 25 | handler(code: string, id: string) { |
| 26 | return transform(code, id, options) |
| 27 | }, |
| 28 | }, |
| 29 | }) |
| 30 |
nothing calls this directly
no test coverage detected