MCPcopy Create free account
hub / github.com/Tracktion/tracktion_engine / get

Method get

modules/3rd_party/choc/javascript/choc_javascript.h:212–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211template <typename PrimitiveType>
212PrimitiveType ArgumentList::get (size_t index, PrimitiveType defaultValue) const
213{
214 if (auto a = (*this)[index])
215 return a->getWithDefault<PrimitiveType> (defaultValue);
216
217 return defaultValue;
218}
219
220struct Context::Pimpl
221{

Callers 2

V8InitialiserMethod · 0.45
pumpMessageLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected