
io.shiftleft.codepropertygraph.generated.language.scala Maven / Gradle / Ivy
package io.shiftleft.codepropertygraph.generated
/** combining all implicits into one trait that can be mixed in further downstream */
trait language
extends accessors.ConcreteStoredConversions
with traversals.ConcreteStoredConversions
with neighboraccessors.Conversions
with flatgraph.traversal.language
with flatgraph.help.language
with flatgraph.Implicits {
implicit def toGeneratedNodeStarters(domain: Cpg): CpgNodeStarters = CpgNodeStarters(domain)
}
object language extends language
© 2015 - 2025 Weber Informatics LLC | Privacy Policy