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

Function test_parse_agent_yaml_missing_name

core/src/subagent.rs:1429–1435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1427
1428 #[test]
1429 fn test_parse_agent_yaml_missing_name() {
1430 let yaml = r#"
1431description: Agent without name
1432"#;
1433 let result = parse_agent_yaml(yaml);
1434 assert!(result.is_err());
1435 }
1436
1437 #[test]
1438 fn test_parse_agent_md() {

Callers

nothing calls this directly

Calls 1

parse_agent_yamlFunction · 0.85

Tested by

no test coverage detected