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

Method skipEnum

lang/php/lib/Datum/AvroIOBinaryDecoder.php:262–265  ·  view source on GitHub ↗
($writers_schema, AvroIOBinaryDecoder $decoder)

Source from the content-addressed store, hash-verified

260 }
261
262 public function skipEnum($writers_schema, AvroIOBinaryDecoder $decoder)
263 {
264 $decoder->skipInt();
265 }
266
267 public function skipUnion($writers_schema, AvroIOBinaryDecoder $decoder)
268 {

Callers 1

skipDataMethod · 0.45

Calls 1

skipIntMethod · 0.45

Tested by

no test coverage detected