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

Function test_context_file_path

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

context_file_pathFunction · 0.85

Tested by

no test coverage detected