Overrides Driver::isReferenced
public function isReferenced(string $callbackId) : bool { $callback = $this->callbacks[$callbackId] ?? throw InvalidCallbackError::invalidIdentifier($callbackId); return $callback->referenced; }