MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsValid

Method IsValid

trinity/Tr2DynamicRingBuffer.cpp:345–348  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Check if the buffer is valid. Return Value: true If the buffer is valid false Otherwise --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

343// false Otherwise
344// --------------------------------------------------------------------------------------
345bool Tr2DynamicRingBuffer::IsValid() const
346{
347 return m_buffer.IsValid();
348}
349
350// --------------------------------------------------------------------------------------
351// Description:

Callers 1

SetNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected