MCPcopy 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

ReadMethod · 0.80
ReadTypeMetaMethod · 0.80
ReadRemoteTypeMetaMethod · 0.80
ReadAnyTypeInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected