Driver probe contract
Implementedv0.0.0
include/core/driver.hpp
This header is intentionally tiny because the driver check is a single-probe responsibility: produce a `Probe` describing whether the NVIDIA driver query path looks healthy.
Reference
Public surfacecpp
Probe detect();Scope
The header deliberately exposes only one function because the logic is not about long-lived state. It is a read-only snapshot probe.