mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
{{#has_special_emission}}
|
|
if let Some(label) = self.pre_emit(node) {
|
|
return Some(label);
|
|
}
|
|
{{/has_special_emission}}
|