MCPcopy Create free account
hub / github.com/AI45Lab/Code / verification_status_label

Function verification_status_label

sdk/python/src/lib.rs:219–227  ·  view source on GitHub ↗
(status: RustVerificationStatus)

Source from the content-addressed store, hash-verified

217}
218
219fn verification_status_label(status: RustVerificationStatus) -> String {
220 match status {
221 RustVerificationStatus::Passed => "passed",
222 RustVerificationStatus::Failed => "failed",
223 RustVerificationStatus::NeedsReview => "needs_review",
224 RustVerificationStatus::Skipped => "skipped",
225 }
226 .to_string()
227}
228
229#[pyfunction]
230fn format_verification_summary(py: Python<'_>, summary: &Bound<'_, PyAny>) -> PyResult<String> {

Callers 1

fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected