MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / fbe_shift

Method fbe_shift

proto/fbe_models.h:436–436  ·  view source on GitHub ↗

Shift the current field offset

Source from the content-addressed store, hash-verified

434
435 // Shift the current field offset
436 void fbe_shift(size_t size) noexcept { _offset += size; }
437 // Unshift the current field offset
438 void fbe_unshift(size_t size) noexcept { _offset -= size; }
439

Callers 1

test_create.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected