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

Method skipString

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

Source from the content-addressed store, hash-verified

245 }
246
247 public function skipString()
248 {
249 return $this->skipBytes();
250 }
251
252 public function skipBytes()
253 {

Callers 2

skipDataMethod · 0.45
skipMapMethod · 0.45

Calls 1

skipBytesMethod · 0.95

Tested by

no test coverage detected