We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ParentChild::Impl
1 parent 20e94b8 commit 3f4a330Copy full SHA for 3f4a330
swift/codegen/templates/ql_parent.mustache
@@ -2,7 +2,7 @@
2
3
import codeql.swift.elements
4
5
-module Impl {
+private module Impl {
6
{{#classes}}
7
int getMaximumChildrenIndex{{name}}({{name}} e) {
8
{{#root}}e = e and{{/root}}
swift/ql/lib/codeql/swift/generated/ParentChild.qll
@@ -1,7 +1,7 @@
1
// generated by codegen/codegen.py
int getMaximumChildrenIndexElement(Element e) {
e = e and
result = 0
0 commit comments