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

io.shiftleft.semanticcpg.testing.DummyNode.scala Maven / Gradle / Ivy

There is a newer version: 4.0.77
Show newest version
package io.shiftleft.semanticcpg.testing

import io.shiftleft.codepropertygraph.generated.nodes.StoredNode

trait DummyNodeImpl extends StoredNode {
  def propertiesMap: java.util.Map[String, Any] = ???
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy