(string $path)
| 373 | } |
| 374 | |
| 375 | public function getStatus(string $path): ?array |
| 376 | { |
| 377 | return filesystem(new BlockingFilesystemDriver())->getStatus($path); |
| 378 | } |
| 379 | |
| 380 | public function getLinkStatus(string $path): ?array |
| 381 | { |
no outgoing calls
no test coverage detected