mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
// generated by {{generator}}
|
|
|
|
{{#function}}
|
|
fn {{name}}{{#has_generic_params}}<{{#generic_params}}{{^first}}, {{/first}}{{name}}{{#type}}: {{.}}{{/type}}{{/generic_params}}>{{/has_generic_params}}({{#params}}{{^first}}, {{/first}}{{name}}: {{type}}{{/params}}) -> {{return_type}} {
|
|
{{/function}}
|
|
{{code}}
|
|
{{#function}}
|
|
}
|
|
{{/function}}
|