We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
usedIn
1 parent 1e75ccd commit db7a0f7Copy full SHA for db7a0f7
1 file changed
schema/src/main/scala/io/shiftleft/codepropertygraph/schema/Hidden.scala
@@ -136,19 +136,11 @@ object Hidden extends SchemaBase {
136
)
137
.protoId(58)
138
139
- val usedIn = builder
140
- .addProperty(
141
- name = "USED_IN",
142
- valueType = ValueType.String,
143
- comment = "The name of the file for which this include is valid"
144
- )
145
- .protoId(22919)
146
-
147
// node types
148
val dependency: NodeType = builder
149
.addNodeType(name = "DEPENDENCY", comment = "This node represents a dependency")
150
.protoId(35)
151
- .addProperties(version, name, dependencyGroupId, usedIn)
+ .addProperties(version, name, dependencyGroupId)
152
153
/*
154
* Type hints
0 commit comments