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

Function GetCurrentBufferPointer

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

@brief Get a pointer to an unfinished buffer. @return Returns a `uint8_t` pointer to the unfinished buffer.

Source from the content-addressed store, hash-verified

1338 /// @brief Get a pointer to an unfinished buffer.
1339 /// @return Returns a `uint8_t` pointer to the unfinished buffer.
1340 uint8_t *GetCurrentBufferPointer() const { return buf_.data(); }
1341
1342 /// @brief Get the released pointer to the serialized buffer.
1343 /// @warning Do NOT attempt to use this FlatBufferBuilder afterwards!

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected