()
| 568 | return s.mcp; |
| 569 | } |
| 570 | function _temp2() { |
| 571 | return getSettingsForSource("policySettings")?.allowManagedHooksOnly === true; |
| 572 | } |
| 573 | function _temp() { |
| 574 | const settings = getSettings_DEPRECATED(); |
| 575 | const hooksDisabled = settings?.disableAllHooks === true; |
nothing calls this directly
no test coverage detected