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

Function Release

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

@brief Get the released DetachedBuffer. @return A `DetachedBuffer` that owns the buffer and its allocator.

Source from the content-addressed store, hash-verified

1352 /// @brief Get the released DetachedBuffer.
1353 /// @return A `DetachedBuffer` that owns the buffer and its allocator.
1354 DetachedBuffer Release() {
1355 Finished();
1356 return buf_.release();
1357 }
1358
1359 /// @brief Get the released pointer to the serialized buffer.
1360 /// @param size The size of the memory block containing

Callers

nothing calls this directly

Calls 2

FinishedFunction · 0.85
releaseMethod · 0.80

Tested by

no test coverage detected