Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
MemoryStream::Iterator MemoryStream::end() const
111
{
112
return Iterator(this, false);
113
}
114
115
MemoryStream::Iterator::Iterator(const MemoryStream* stream, bool isBegin)
116
: mStream(stream)
Callers
1
GetData
Method · 0.45
Calls
1
Iterator
Function · 0.70
Tested by
no test coverage detected