| 314 | { |
| 315 | public: |
| 316 | FieldModelArray(FBEBuffer& buffer, size_t offset) noexcept : _buffer(buffer), _offset(offset), _model(buffer, offset) {} |
| 317 | |
| 318 | // Get the field offset |
| 319 | size_t fbe_offset() const noexcept { return _offset; } |
nothing calls this directly
no outgoing calls
no test coverage detected