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

Method skipBoolean

lang/php/lib/Datum/AvroIOBinaryDecoder.php:199–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 }
198
199 public function skipBoolean()
200 {
201 return $this->skip(1);
202 }
203
204 /**
205 * @param int $len count of bytes to skip

Callers 1

skipDataMethod · 0.45

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected