MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / dostring

Function dostring

3rd/lua-5.4.3/src/lua.c:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204static int dostring (lua_State *L, const char *s, const char *name) {
205 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
206}
207
208
209/*

Callers 2

runargsFunction · 0.85
handle_luainitFunction · 0.85

Calls 1

dochunkFunction · 0.85

Tested by

no test coverage detected