Files
codeql/misc/codegen/templates/rust_test_code.mustache
2024-09-16 13:39:53 +02:00

10 lines
138 B
Plaintext

// generated by {{generator}}, do not edit
{{#function}}
fn {{name}}{{signature}} {
{{/function}}
{{code}}
{{#function}}
}
{{/function}}