Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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();
Callers
3
ensure_valid
Method · 0.45
program_template_validation_accepts_builtin_templates
Function · 0.45
program_template_validation_reports_asset_issues
Function · 0.45
Calls
2
validate_program_template
Function · 0.85
clone
Method · 0.45
Tested by
2
program_template_validation_accepts_builtin_templates
Function · 0.36
program_template_validation_reports_asset_issues
Function · 0.36