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

Method skipFloat

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

Source from the content-addressed store, hash-verified

235 }
236
237 public function skipFloat()
238 {
239 return $this->skip(4);
240 }
241
242 public function skipDouble()
243 {

Callers 1

skipDataMethod · 0.45

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected