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

Function dostring

src/Chain/libraries/glua/single_glua_src/main.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static int dostring(lua_State *L, const char *s, const char *name) {
193 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
194}
195
196/*
197** lua_readline defines how to show a prompt and then read a line from

Callers 1

handle_luainitFunction · 0.70

Calls 1

dochunkFunction · 0.70

Tested by

no test coverage detected