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

Function luaL_loadstring

third-party/lua-5.5.0/src/lauxlib.c:876–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874
875
876LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
877 return luaL_loadbuffer(L, s, strlen(s), s);
878}
879
880/* }====================================================== */
881

Callers 3

AttachMethod · 0.50
CheckDoStringMethod · 0.50
DoEvalMethod · 0.50

Calls 1

luaL_loadbufferFunction · 0.85

Tested by

no test coverage detected