()
| 12 | getFeatureValue_CACHED_MAY_BE_STALE('tengu_cobalt_lantern', false) && |
| 13 | isPolicyAllowed('allow_remote_sessions'), |
| 14 | get isHidden() { |
| 15 | return !isPolicyAllowed('allow_remote_sessions') |
| 16 | }, |
| 17 | load: () => import('./remote-setup.js'), |
| 18 | } satisfies Command |
| 19 |
nothing calls this directly
no test coverage detected