File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name := " codepropertygraph"
22
33// parsed by project/Versions.scala, updated by updateDependencies.sh
4- val flatgraphVersion = " 0.0.81 "
4+ val flatgraphVersion = " 0.0.86 "
55
66inThisBuild(
77 List (
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ object GraphSchema extends flatgraph.Schema {
5050 " UNKNOWN"
5151 )
5252 val nodeKindByLabel = nodeLabels.zipWithIndex.toMap
53- val edgeLabels = Array (
53+ val edgeLabels : Array [ String ] = Array (
5454 " ALIAS_OF" ,
5555 " ARGUMENT" ,
5656 " AST" ,
@@ -236,7 +236,7 @@ object GraphSchema extends flatgraph.Schema {
236236 size => new Array [flatgraph.GNode ](size),
237237 size => new Array [flatgraph.GNode ](size)
238238 )
239- val normalNodePropertyNames = Array (
239+ val normalNodePropertyNames : Array [ String ] = Array (
240240 " ALIAS_TYPE_FULL_NAME" ,
241241 " ARGUMENT_INDEX" ,
242242 " ARGUMENT_NAME" ,
You can’t perform that action at this time.
0 commit comments