We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68ac03 commit 1ad9a7aCopy full SHA for 1ad9a7a
1 file changed
schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Method.scala
@@ -106,7 +106,7 @@ object Method extends SchemaBase {
106
|""".stripMargin
107
)
108
.protoId(33)
109
- .addProperties(typeFullName, isVariadic)
+ .addProperties(typeFullName, isVariadic, index)
110
.extendz(declaration)
111
112
val methodReturn: NodeType = builder
0 commit comments