MCPcopy Create free account
hub / github.com/Tracktion/choc / end

Method end

choc/javascript/choc_javascript.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
71 //==============================================================================

Callers 2

makeSafeIdentifierFunction · 0.45
callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected