MCPcopy Create free account
hub / github.com/error311/FileRise / eof

Method eof

src/FileRise/Storage/CurlReadStream.php:139–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 public function eof(): bool
140 {
141 return $this->done && $this->availableBytes() <= 0;
142 }
143
144 public function getError(): string
145 {

Callers

nothing calls this directly

Calls 1

availableBytesMethod · 0.95

Tested by

no test coverage detected