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

Function test_get_ignore_template_go

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

Source from the content-addressed store, hash-verified

840
841 #[test]
842 fn test_get_ignore_template_go() {
843 let template = get_ignore_template("go");
844 assert!(template.is_some());
845 let content = template.unwrap();
846 assert!(content.contains("bin/"));
847 }
848
849 #[test]
850 fn test_get_ignore_template_java() {

Callers

nothing calls this directly

Calls 2

get_ignore_templateFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected