HeaderFileFinder

class HeaderFileFinder(roots: Set[String])
class Object
trait Matchable
class Any

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.