Constants
| 14 | |
| 15 | // Constants |
| 16 | consteval uint32_t GetMagicCode() { |
| 17 | return 0x1603ABD9; |
| 18 | } |
| 19 | |
| 20 | // Chrome command IDs |
| 21 | // https://source.chromium.org/chromium/chromium/src/+/main:chrome/app/chrome_command_ids.h?q=chrome_command_ids.h&ss=chromium%2Fchromium%2Fsrc |
no outgoing calls
no test coverage detected