Skip to content

Commit b417bf6

Browse files
Bump cpg and regenerate sources
1 parent 782a9d3 commit b417bf6

File tree

92 files changed

+56877
-55345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+56877
-55345
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "codepropertygraph"
22

33
// parsed by project/Versions.scala, updated by updateDependencies.sh
4-
val flatgraphVersion = "0.1.17+4-af1b4582+20250702-1537"
4+
val flatgraphVersion = "0.1.20"
55

66
inThisBuild(
77
List(
Lines changed: 29 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,34 @@
11
package io.shiftleft.codepropertygraph.generated
22

33
object PropertyDefaults {
4-
val ArgumentIndex = -1: Int
5-
6-
val AstParentFullName = "<empty>"
7-
8-
val AstParentType = "<empty>"
9-
10-
val CanonicalName = "<empty>"
11-
12-
val Code = "<empty>"
13-
14-
val ContainedRef = "<empty>"
15-
16-
val Content = "<empty>"
17-
4+
val ArgumentIndex = -1: Int
5+
val AstParentFullName = "<empty>"
6+
val AstParentType = "<empty>"
7+
val CanonicalName = "<empty>"
8+
val Code = "<empty>"
9+
val ContainedRef = "<empty>"
10+
val Content = "<empty>"
1811
val ControlStructureType = "<empty>"
19-
20-
val DispatchType = "<empty>"
21-
22-
val EvaluationStrategy = "<empty>"
23-
24-
val Filename = "<empty>"
25-
26-
val FullName = "<empty>"
27-
28-
val GenericSignature = "<empty>"
29-
30-
val Index = -1: Int
31-
32-
val IsExternal = false
33-
34-
val IsVariadic = false
35-
36-
val Key = "<empty>"
37-
38-
val Language = "<empty>"
39-
40-
val MethodFullName = "<empty>"
41-
42-
val ModifierType = "<empty>"
43-
44-
val Name = "<empty>"
45-
46-
val Order = -1: Int
47-
48-
val ParserTypeName = "<empty>"
49-
50-
val Root = "<empty>"
51-
52-
val Signature = ""
53-
54-
val TypeDeclFullName = "<empty>"
55-
56-
val TypeFullName = "<empty>"
57-
58-
val Value = ""
59-
60-
val Variable = "<empty>"
61-
62-
val Version = "<empty>"
12+
val DispatchType = "<empty>"
13+
val EvaluationStrategy = "<empty>"
14+
val Filename = "<empty>"
15+
val FullName = "<empty>"
16+
val GenericSignature = "<empty>"
17+
val Index = -1: Int
18+
val IsExternal = false
19+
val IsVariadic = false
20+
val Key = "<empty>"
21+
val Language = "<empty>"
22+
val MethodFullName = "<empty>"
23+
val ModifierType = "<empty>"
24+
val Name = "<empty>"
25+
val Order = -1: Int
26+
val ParserTypeName = "<empty>"
27+
val Root = "<empty>"
28+
val Signature = ""
29+
val TypeDeclFullName = "<empty>"
30+
val TypeFullName = "<empty>"
31+
val Value = ""
32+
val Variable = "<empty>"
33+
val Version = "<empty>"
6334
}

domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated/PropertyNames.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,13 @@ object PropertyNames {
274274
*/
275275
val Version: String = "VERSION"
276276

277-
/** Contained node */
277+
/** generic node base trait - use if you want to be explicitly unspecific */
278278
val Anynode: String = "AnyNode"
279279

280-
/** Contained node */
280+
/** This node represents a key value pair, where both the key and the value are strings. */
281281
val KeyValuePair: String = "KEY_VALUE_PAIR"
282282

283-
/** Contained node */
283+
/** This node represents a tag. */
284284
val Tag: String = "TAG"
285285

286286
val All: Set[String] = new HashSet[String](

0 commit comments

Comments
 (0)