MCPcopy 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
34bool 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
39bool logErrors = true;
40Synchronized<std::string> script;

Callers 1

ProcessSentenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected