pub fn check_project(ctx: &ProjectContext) -> MdtResult<CheckResult>Expand description
Check whether all consumer blocks in the project are up to date. Consumer blocks that reference non-existent providers are silently skipped. Template render errors are collected rather than aborting, so the check reports all problems in a single pass.