MCPcopy Create free account
hub / github.com/danomatika/ofxLua / isFunction

Method isFunction

src/ofxLua.cpp:547–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547bool ofxLua::isFunction(const std::string& name) {
548 return exists(name, LUA_TFUNCTION);
549}
550
551bool ofxLua::isFunction(const unsigned int index) {
552 return exists(index, LUA_TFUNCTION);

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected