HeaderFileFinder

io.joern.c2cpg.parser.HeaderFileFinder
class HeaderFileFinder(root: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def find(path: String): Option[String]

Given an unresolved header file, given as a non-existing absolute path, determine whether a header file with the same name can be found anywhere in the code base.

Given an unresolved header file, given as a non-existing absolute path, determine whether a header file with the same name can be found anywhere in the code base.

Attributes