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

Function test_get_ignore_template_cpp

atomic-cli/src/commands/init.rs:860–863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858
859 #[test]
860 fn test_get_ignore_template_cpp() {
861 let template = get_ignore_template("cpp");
862 assert!(template.is_some());
863 }
864
865 #[test]
866 fn test_get_ignore_template_unknown() {

Callers

nothing calls this directly

Calls 1

get_ignore_templateFunction · 0.85

Tested by

no test coverage detected