Skip to main content

framework_checks

Function framework_checks 

Source
pub fn framework_checks() -> Vec<SystemCheck>
Expand description

Return the framework’s built-in checks.

At M4 the catalogue is intentionally short: there’s no model registry (M5) or plugin walk (M7) yet, so only checks that read purely from Settings and the active backend are meaningful. The rest of the built-in catalogue (field.backend, model.pk.present, model.table.unique, route.collision, plugin.dependency.*) lands alongside the registries it needs.