| 1 | // These side-effects must run before all other imports: |
| 2 | // 1. profileCheckpoint marks entry before heavy module evaluation begins |
| 3 | // 2. startMdmRawRead fires MDM subprocesses (plutil/reg query) so they run in |
| 4 | // parallel with the remaining ~135ms of imports below |
nothing calls this directly
no test coverage detected