All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.shiftleft.codepropertygraph.schema.SchemaBase.scala Maven / Gradle / Ivy

package io.shiftleft.codepropertygraph.schema

trait SchemaBase {
  def index: Int
  def description: String
  def providedByFrontend: Boolean = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy