Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ Skip
Method
Skip
csharp/src/Fory/ByteBuffer.cs:712–716 ·
view source on GitHub ↗
(int count)
Source
from the content-addressed store, hash-verified
710
}
711
712
public void Skip(int count)
713
{
714
CheckBound(count);
715
_cursor += count;
716
}
717
}
Callers
4
SkipPayload
Method · 0.45
SkipPackedArray
Method · 0.45
SkipBody
Method · 0.45
CheckBoundRejectsNegativeAndOverflowingNeed
Method · 0.45
Calls
no outgoing calls
Tested by
1
CheckBoundRejectsNegativeAndOverflowingNeed
Method · 0.36