Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
MemoryStream::Iterator MemoryStream::begin() const
106
{
107
return Iterator(this, true);
108
}
109
110
MemoryStream::Iterator MemoryStream::end() const
111
{
Callers
2
GetData
Method · 0.45
Append
Method · 0.45
Calls
1
Iterator
Function · 0.70
Tested by
no test coverage detected