Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Source(code: String, language: String) extends Product with Serializable

    language must be one of io.shiftleft.codepropertygraph.generated.Languages TODO: generate enums instead of Strings for the languages

  2. trait StringInterner extends AnyRef

    Interface for deduplicating strings used by CPGLoader.

    Interface for deduplicating strings used by CPGLoader. JVM with G1 GC does this automatically but it is not guaranteed to happen and when performing CPU heavy calculations doing this manually ensures that we won't run out of memory.

Value Members

  1. object SourceHighlighter
  2. object StringInterner

Ungrouped