Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
547
bool ofxLua::isFunction(const std::string& name) {
548
return exists(name, LUA_TFUNCTION);
549
}
550
551
bool ofxLua::isFunction(const unsigned int index) {
552
return exists(index, LUA_TFUNCTION);
Callers
1
runTests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected