mirror of
https://github.com/github/codeql.git
synced 2026-08-01 16:02:57 +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}}
|