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

Function test_get_ignore_template_unknown

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

Source from the content-addressed store, hash-verified

864
865 #[test]
866 fn test_get_ignore_template_unknown() {
867 let template = get_ignore_template("unknown");
868 assert!(template.is_none());
869 }
870
871 #[test]
872 fn test_get_ignore_template_case_insensitive() {

Callers

nothing calls this directly

Calls 1

get_ignore_templateFunction · 0.85

Tested by

no test coverage detected