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

Method skipInt

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

Source from the content-addressed store, hash-verified

222 }
223
224 public function skipInt()
225 {
226 return $this->skipLong();
227 }
228
229 public function skipLong()
230 {

Callers 2

skipDataMethod · 0.45
skipEnumMethod · 0.45

Calls 1

skipLongMethod · 0.95

Tested by

no test coverage detected