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

Method verification_summary

sdk/node/src/lib.rs:4107–4110  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

4105 /// Return a structured verification summary for this session.
4106 #[napi]
4107 pub fn verification_summary(&self) -> napi::Result<serde_json::Value> {
4108 serde_json::to_value(self.inner.verification_summary())
4109 .map_err(|e| napi::Error::from_reason(format!("Serialization error: {e}")))
4110 }
4111
4112 /// Return a concise human-readable verification summary for this session.
4113 #[napi]

Callers 2

fromMethod · 0.45

Calls

no outgoing calls

Tested by 1