MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetBufferPointer

Function GetBufferPointer

Libs/flatbuffers/flatbuffers.h:1325–1328  ·  view source on GitHub ↗

@brief Get the serialized buffer (after you call `Finish()`). @return Returns an `uint8_t` pointer to the FlatBuffer data inside the buffer.

Source from the content-addressed store, hash-verified

1323 /// @return Returns an `uint8_t` pointer to the FlatBuffer data inside the
1324 /// buffer.
1325 uint8_t *GetBufferPointer() const {
1326 Finished();
1327 return buf_.data();
1328 }
1329
1330 /// @brief Get the serialized buffer (after you call `Finish()`) as a span.
1331 /// @return Returns a constructed flatbuffers::span that is a view over the

Callers

nothing calls this directly

Calls 2

FinishedFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected