MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / hasMethod

Method hasMethod

3rdparty/Amalgamate/juce_core_amalgam.cpp:684–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684bool DynamicObject::hasMethod (const Identifier& methodName) const
685{
686 return getProperty (methodName).isMethod();
687}
688
689var DynamicObject::invokeMethod (const Identifier& methodName,
690 const var* parameters,

Callers

nothing calls this directly

Calls 1

isMethodMethod · 0.45

Tested by

no test coverage detected