| 424 | { |
| 425 | public: |
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected