MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / luaL_loadstring

Function luaL_loadstring

ogsr_engine/LuaJIT/src/lj_load.c:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152LUALIB_API int luaL_loadstring(lua_State *L, const char *s)
153{
154 return luaL_loadbuffer(L, s, strlen(s), s);
155}
156
157/* -- Dump bytecode ------------------------------------------------------- */
158

Callers

nothing calls this directly

Calls 1

luaL_loadbufferFunction · 0.70

Tested by

no test coverage detected