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

Method close

lang/php/lib/IO/AvroStringIO.php:216–221  ·  view source on GitHub ↗

* Marks this buffer as closed. * @returns boolean true */

()

Source from the content-addressed store, hash-verified

214 * @returns boolean true
215 */
216 public function close()
217 {
218 $this->checkClosed();
219 $this->is_closed = true;
220 return true;
221 }
222
223 /**
224 * Truncates the truncate buffer to 0 bytes and returns the pointer

Callers

nothing calls this directly

Calls 1

checkClosedMethod · 0.95

Tested by

no test coverage detected