Link

object Link
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(config: Config, entries: Seq[Global])(implicit scope: Scope): Result

Load all clases and methods reachable from the entry points.

Load all clases and methods reachable from the entry points.

def apply(config: Config, entries: Seq[Global], defns: Seq[Defn]): Result

Run reachability analysis on already loaded methods.

Run reachability analysis on already loaded methods.