()
| 55 | return outputSchema() |
| 56 | }, |
| 57 | isEnabled() { |
| 58 | return ( |
| 59 | getFeatureValue_CACHED_MAY_BE_STALE('tengu_surreal_dali', false) && |
| 60 | isPolicyAllowed('allow_remote_sessions') |
| 61 | ) |
| 62 | }, |
| 63 | isConcurrencySafe() { |
| 64 | return true |
| 65 | }, |
nothing calls this directly
no test coverage detected