Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
684
bool DynamicObject::hasMethod (const Identifier& methodName) const
685
{
686
return getProperty (methodName).isMethod();
687
}
688
689
var DynamicObject::invokeMethod (const Identifier& methodName,
690
const var* parameters,
Callers
nothing calls this directly
Calls
1
isMethod
Method · 0.45
Tested by
no test coverage detected