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

Method FieldModelMap

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

Source from the content-addressed store, hash-verified

424{
425public:
426 FieldModelMap(FBEBuffer& buffer, size_t offset) noexcept : _buffer(buffer), _offset(offset) {}
427
428 // Get the field offset
429 size_t fbe_offset() const noexcept { return _offset; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected