MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / isInvalidMethodName

Function isInvalidMethodName

Source/Core/CtrlrUtilities.cpp:950–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950bool isInvalidMethodName(const String &name)
951{
952 if (name.isEmpty() || name == COMBO_NONE_ITEM)
953 return (true);
954
955 return (false);
956}
957
958const MemoryBlock luaArrayTomemoryBlock(const CtrlrLuaObjectWrapper &luaArray)
959{

Callers 3

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected