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

Method isMethod

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

Source from the content-addressed store, hash-verified

1504bool var::isObject() const noexcept { return type->isObject(); }
1505bool var::isArray() const noexcept { return type->isArray(); }
1506bool var::isMethod() const noexcept { return type->isMethod(); }
1507
1508var::operator int() const noexcept { return type->toInt (value); }
1509var::operator int64() const noexcept { return type->toInt64 (value); }

Callers 4

hasPropertyMethod · 0.45
hasMethodMethod · 0.45
equalsMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected