MCPcopy Create free account
hub / github.com/apache/avro / isEof

Method isEof

lang/php/lib/IO/AvroStringIO.php:198–201  ·  view source on GitHub ↗

* @returns boolean * @see AvroIO::isEof() */

()

Source from the content-addressed store, hash-verified

196 * @see AvroIO::isEof()
197 */
198 public function isEof()
199 {
200 return ($this->current_index >= $this->length());
201 }
202
203 /**
204 * No-op provided for compatibility with AvroIO interface.

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.95

Tested by

no test coverage detected