Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ MoveBack
Method
MoveBack
csharp/src/Fory/ByteBuffer.cs:478–481 ·
view source on GitHub ↗
(int amount)
Source
from the content-addressed store, hash-verified
476
}
477
478
public void MoveBack(int amount)
479
{
480
_cursor -= amount;
481
}
482
483
public void CheckBound(int need)
484
{
Callers
4
Read
Method · 0.80
ReadTypeMeta
Method · 0.80
ReadRemoteTypeMeta
Method · 0.80
ReadAnyTypeInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected