MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Empty

Method Empty

DebugView++Lib/VectorLineBuffer.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool VectorLineBuffer::Empty() const
48{
49 return m_buffer.empty();
50}
51
52} // namespace debugviewpp
53} // namespace fusion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected