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:853–856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851
852 #[test]
853 fn test_get_ignore_template_cpp() {
854 let template = get_ignore_template("cpp");
855 assert!(template.is_some());
856 }
857
858 #[test]
859 fn test_get_ignore_template_unknown() {

Callers

nothing calls this directly

Calls 1

get_ignore_templateFunction · 0.85

Tested by

no test coverage detected