Ensure a usable environment with all necessary library support.
Declared in <kernel/checks.h>
[[nodiscard]]
util::Result<void>
SanityChecks(Context const& context);
A successful result, or an error describing the missing support.
The return value should not be discarded.
| Name | Description |
|---|---|
| context | The kernel context to validate against. |