MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_loadstring

Function luaL_loadstring

third-party/lua-5.4.6/src/lauxlib.c:852–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850
851
852LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
853 return luaL_loadbuffer(L, s, strlen(s), s);
854}
855
856/* }====================================================== */
857

Callers

nothing calls this directly

Calls 1

luaL_loadbufferFunction · 0.85

Tested by

no test coverage detected