in src/IndexedPathProvider.hack [36:41]
public function getPathForInterface(string $interface): ?string {
if (!C\contains_key($this->index['interfaces'], $interface)) {
return null;
}
return $this->paths->getPathForInterface($interface);
}