MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / openFile

Method openFile

php/tests/VaasTesting/VaasTest.php:369–373  ·  view source on GitHub ↗
(string $path, string $mode)

Source from the content-addressed store, hash-verified

367 }
368
369 public function openFile(string $path, string $mode): File
370 {
371 ($this->callback)();
372 return filesystem(new BlockingFilesystemDriver())->openFile($path, $mode);
373 }
374
375 public function getStatus(string $path): ?array
376 {

Callers 1

forFileAsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected