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

Function test_global_ignore_path

atomic-repository/src/ignore.rs:828–832  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

826
827 #[test]
828 fn test_global_ignore_path() {
829 // This may return None if no config dir is available
830 let _ = global_ignore_path();
831 // Just verify it doesn't panic
832 }
833
834 // ------------------------------------------------------------------------
835 // Edge Cases

Callers

nothing calls this directly

Calls 1

global_ignore_pathFunction · 0.85

Tested by

no test coverage detected