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

Method size

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

Returns the number of arguments

Source from the content-addressed store, hash-verified

51
52 /// Returns the number of arguments
53 size_t size() const noexcept { return numArgs; }
54 /// Returns true if there are no arguments
55 bool empty() const noexcept { return numArgs == 0; }
56

Callers 5

invokeWithArgListMethod · 0.45
performCallMethod · 0.45
callbackMethod · 0.45
v8ToChocMethod · 0.45
chocToV8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected