MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / dostring

Function dostring

src/Chain/libraries/glua/lua.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247
248static int dostring(lua_State *L, const char *s, const char *name) {
249 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
250}
251
252
253/*

Callers 2

runargsFunction · 0.70
handle_luainitFunction · 0.70

Calls 1

dochunkFunction · 0.70

Tested by

no test coverage detected