MCPcopy Create free account
hub / github.com/AI45Lab/Code / frontmatter_split_handles_no_frontmatter

Function frontmatter_split_handles_no_frontmatter

core/src/config/agent_dir.rs:652–656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

650
651 #[test]
652 fn frontmatter_split_handles_no_frontmatter() {
653 let (f, b) = split_frontmatter("no frontmatter here");
654 assert!(f.is_none());
655 assert_eq!(b, "no frontmatter here");
656 }
657}

Callers

nothing calls this directly

Calls 1

split_frontmatterFunction · 0.85

Tested by

no test coverage detected