Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ skipDouble
Method
skipDouble
lang/php/lib/Datum/AvroIOBinaryDecoder.php:242–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
}
241
242
public function skipDouble()
243
{
244
return $this->skip(8);
245
}
246
247
public function skipString()
248
{
Callers
1
skipData
Method · 0.45
Calls
1
skip
Method · 0.95
Tested by
no test coverage detected