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

Method validate

core/src/program.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62 }
63
64 pub fn validate(&self) -> ProgramTemplateValidation {
65 ProgramTemplateValidation::validate(self)
66 }
67
68 pub fn ensure_valid(&self) -> Result<()> {
69 let validation = self.validate();

Calls 2

cloneMethod · 0.45