MCPcopy Create free account
hub / github.com/axmolengine/axmol / luaL_loadstring

Function luaL_loadstring

3rdparty/lua/plainlua/lauxlib.c:852–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850
851
852LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
853 return luaL_loadbuffer(L, s, strlen(s), s);
854}
855
856/* }====================================================== */
857

Callers 1

executeStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected