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

Function test_parse_agent_md_missing_frontmatter

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

Source from the content-addressed store, hash-verified

1492
1493 #[test]
1494 fn test_parse_agent_md_missing_frontmatter() {
1495 let md = "Just markdown without frontmatter";
1496 let result = parse_agent_md(md);
1497 assert!(result.is_err());
1498 }
1499
1500 #[test]
1501 fn test_load_agents_from_dir() {

Callers

nothing calls this directly

Calls 1

parse_agent_mdFunction · 0.85

Tested by

no test coverage detected