Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ FieldModelArray
Method
FieldModelArray
proto/fbe_models.h:316–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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; }
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.64