Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ begin
Method
begin
choc/javascript/choc_javascript.h:67–67 ·
view source on GitHub ↗
Standard iterator
Source
from the content-addressed store, hash-verified
65
66
/// Standard iterator
67
const choc::value::Value* begin() const noexcept { return args; }
68
const choc::value::Value* end() const noexcept { return args + numArgs; }
69
};
70
Callers
1
makeSafeIdentifier
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected