in src/AppSearch/Schema/TraceUrlCrawlRequest.php [44:52]
public function __construct(CrawlRequest $crawl_request, bool $found, array $discover, $seed, $fetch, $output)
{
$this->crawl_request = $crawl_request;
$this->found = $found;
$this->discover = $discover;
$this->seed = $seed;
$this->fetch = $fetch;
$this->output = $output;
}