MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / luaL_loadstring

Function luaL_loadstring

source/extern/lua/lauxlib.c:764–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762
763
764LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
765 return luaL_loadbuffer(L, s, strlen(s), s);
766}
767
768/* }====================================================== */
769

Callers 2

RunStringFunction · 0.85
contextEvalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected