Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ isString
Method
isString
src/ofxLua.cpp:539–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
bool ofxLua::isString(const std::string& name) {
540
return exists(name, LUA_TSTRING);
541
}
542
543
bool ofxLua::isString(const unsigned int index) {
544
return exists(index, LUA_TSTRING);
Callers
1
runTests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected