public function handleFailedFunction()

in src/HHClientFallbackHandler.hack [169:176]


  public function handleFailedFunction(string $name): void {
    $file = $this->lookupPath('function', $name);
    if ($file === null) {
      return;
    }

    $this->requireFile($file);
  }