Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Artikash/Textractor
/ luaL_dostring
Function
luaL_dostring
extensions/lua.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
bool luaL_dostring(lua_State* L, const char* str)
35
{
36
return luaL_loadstring(L, str) || lua_pcallk(L, 0, -1, 0, NULL, NULL);
37
}
38
39
bool logErrors = true;
40
Synchronized<std::string> script;
Callers
1
ProcessSentence
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected