MCPcopy Create free account
hub / github.com/chronoxor/CppServer / fbe_offset

Method fbe_offset

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

Get the field offset

Source from the content-addressed store, hash-verified

317
318 // Get the field offset
319 size_t fbe_offset() const noexcept { return _offset; }
320 // Get the field size
321 size_t fbe_size() const noexcept { return N * _model.fbe_size(); }
322 // Get the field extra size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected