Files
codeql/misc/codegen/templates/rust_test_code.mustache
2024-09-09 08:59:17 +02:00

10 lines
125 B
Plaintext

// generated by {{generator}}
{{#function}}
fn {{name}}{{signature}} {
{{/function}}
{{code}}
{{#function}}
}
{{/function}}