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

Function program_template_validation_accepts_builtin_templates

core/src/program.rs:982–991  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

980
981 #[test]
982 fn program_template_validation_accepts_builtin_templates() {
983 for template in builtin_program_templates() {
984 let validation = template.validate();
985 assert!(
986 validation.is_valid(),
987 "unexpected validation errors: {}",
988 validation.summary()
989 );
990 }
991 }
992
993 #[test]
994 fn program_template_validation_reports_asset_issues() {

Callers

nothing calls this directly

Calls 2

validateMethod · 0.45

Tested by

no test coverage detected