()
| 1360 | * dialog or by IDE/Desktop settings toggle) |
| 1361 | */ |
| 1362 | export function hasAutoModeOptInAnySource(): boolean { |
| 1363 | if (autoModeStateModule?.getAutoModeFlagCli() ?? false) return true |
| 1364 | return hasAutoModeOptIn() |
| 1365 | } |
| 1366 | |
| 1367 | /** |
| 1368 | * Checks if bypassPermissions mode is currently disabled by Statsig gate or settings. |
no test coverage detected