MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / luaL_loadstring

Function luaL_loadstring

lua/src/lauxlib.c:837–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835
836
837LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
838 return luaL_loadbuffer(L, s, strlen(s), s);
839}
840
841/* }====================================================== */
842

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected