///////////////////////////////////////////////////////////////////////////
| 104 | |
| 105 | //////////////////////////////////////////////////////////////////////////////// |
| 106 | bool Hooks::enable(bool value) { |
| 107 | bool old_value = _enabled; |
| 108 | _enabled = value; |
| 109 | return old_value; |
| 110 | } |
| 111 | |
| 112 | //////////////////////////////////////////////////////////////////////////////// |
| 113 | // The on-launch event is triggered once, after initialization, before any |
nothing calls this directly
no outgoing calls
no test coverage detected