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

Function test_get_ignore_template_java

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

Source from the content-addressed store, hash-verified

842
843 #[test]
844 fn test_get_ignore_template_java() {
845 let template = get_ignore_template("java");
846 assert!(template.is_some());
847 let content = template.unwrap();
848 assert!(content.contains("*.class"));
849 }
850
851 #[test]
852 fn test_get_ignore_template_c() {

Callers

nothing calls this directly

Calls 2

get_ignore_templateFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected