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

Method end

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

Source from the content-addressed store, hash-verified

108}
109
110MemoryStream::Iterator MemoryStream::end() const
111{
112 return Iterator(this, false);
113}
114
115MemoryStream::Iterator::Iterator(const MemoryStream* stream, bool isBegin)
116 : mStream(stream)

Callers 1

GetDataMethod · 0.45

Calls 1

IteratorFunction · 0.70

Tested by

no test coverage detected