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

Method isClosed

lang/php/lib/IO/AvroStringIO.php:101–104  ·  view source on GitHub ↗

* @returns boolean true if this buffer is closed and false * otherwise. */

()

Source from the content-addressed store, hash-verified

99 * otherwise.
100 */
101 public function isClosed()
102 {
103 return $this->is_closed;
104 }
105
106 /**
107 * Appends bytes to this buffer.

Callers 1

checkClosedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected