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

Function test_get_ignore_template_c

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

Source from the content-addressed store, hash-verified

850
851 #[test]
852 fn test_get_ignore_template_c() {
853 let template = get_ignore_template("c");
854 assert!(template.is_some());
855 let content = template.unwrap();
856 assert!(content.contains("*.o"));
857 }
858
859 #[test]
860 fn test_get_ignore_template_cpp() {

Callers

nothing calls this directly

Calls 2

get_ignore_templateFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected