MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_context_file_path

Function test_context_file_path

atomic-agent/src/learnings.rs:649–652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

647
648 #[test]
649 fn test_context_file_path() {
650 let path = context_file_path(Path::new("/repo"), "claude-code");
651 assert_eq!(path, PathBuf::from("/repo/CLAUDE.md"));
652 }
653
654 // format_learnings_markdown
655

Callers

nothing calls this directly

Calls 1

context_file_pathFunction · 0.85

Tested by

no test coverage detected