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

Function dostring

third-party/lua-5.5.0/src/lua.c:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208static int dostring (lua_State *L, const char *s, const char *name) {
209 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
210}
211
212
213/*

Callers 2

runargsFunction · 0.70
handle_luainitFunction · 0.70

Calls 2

luaL_loadbufferFunction · 0.85
dochunkFunction · 0.70

Tested by

no test coverage detected