()
| 52 | return inputSchema() |
| 53 | }, |
| 54 | get outputSchema(): OutputSchema { |
| 55 | return outputSchema() |
| 56 | }, |
| 57 | isEnabled() { |
| 58 | return ( |
| 59 | getFeatureValue_CACHED_MAY_BE_STALE('tengu_surreal_dali', false) && |
nothing calls this directly
no outgoing calls
no test coverage detected