Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ cbegin
Function
cbegin
libraries/lib-track/Track.h:909–909 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
const_iterator begin() const { return Any().begin(); }
908
const_iterator end() const { return Any().end(); }
909
const_iterator cbegin() const { return begin(); }
910
const_iterator cend() const { return end(); }
911
912
// Reverse iteration
Callers
1
compareSequences
Function · 0.50
Calls
1
begin
Function · 0.70
Tested by
1
compareSequences
Function · 0.40