Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDATASoftwareAG/vaas
/ withLogger
Method
withLogger
php/src/vaas/Vaas.php:66–70 ·
view source on GitHub ↗
(LoggerInterface $logger)
Source
from the content-addressed store, hash-verified
64
}
65
66
public function withLogger(LoggerInterface $logger): self
67
{
68
$this->logger = $logger;
69
return $this;
70
}
71
72
/**
73
* Get the verdict for a file by its SHA256 hash
Callers
1
getVaas
Method · 0.45
Calls
no outgoing calls
Tested by
1
getVaas
Method · 0.36