MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / luaL_loadstring

Function luaL_loadstring

Plugins/slua_unreal/External/lua/lauxlib.cpp:752–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750
751
752LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
753 return luaL_loadbuffer(L, s, strlen(s), s);
754}
755
756/* }====================================================== */
757

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected