MCPcopy Create free account
hub / github.com/audacity/audacity / begin

Method begin

libraries/lib-utility/MemoryStream.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105MemoryStream::Iterator MemoryStream::begin() const
106{
107 return Iterator(this, true);
108}
109
110MemoryStream::Iterator MemoryStream::end() const
111{

Callers 2

GetDataMethod · 0.45
AppendMethod · 0.45

Calls 1

IteratorFunction · 0.70

Tested by

no test coverage detected