Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ Get
Method
Get
native/thirdpart/flatbuffers/flatbuffers.h:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
typedef return_type value_type;
271
272
return_type Get(uoffset_t i) const {
273
FLATBUFFERS_ASSERT(i < size());
274
return IndirectHelper<T>::Read(Data(), i);
275
}
276
277
return_type operator[](uoffset_t i) const { return Get(i); }
278
Callers
nothing calls this directly
Calls
1
size
Function · 0.85
Tested by
no test coverage detected