MCPcopy Index your code
hub / github.com/AI45Lab/Code / with_status

Method with_status

core/src/verification.rs:68–71  ·  view source on GitHub ↗
(mut self, status: VerificationStatus)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn with_status(mut self, status: VerificationStatus) -> Self {
69 self.status = status;
70 self
71 }
72
73 pub fn with_suggested_tools(
74 mut self,

Calls

no outgoing calls