MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / luaL_loadbuffer

Function luaL_loadbuffer

ogsr_engine/LuaJIT/src/lj_load.c:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146LUALIB_API int luaL_loadbuffer(lua_State *L, const char *buf, size_t size,
147 const char *name)
148{
149 return luaL_loadbufferx(L, buf, size, name, NULL);
150}
151
152LUALIB_API int luaL_loadstring(lua_State *L, const char *s)
153{

Callers 10

lib_debug.cFile · 0.70
dostringFunction · 0.70
loadlineFunction · 0.70
luaL_loadstringFunction · 0.70
ll_loadfuncFunction · 0.70
getMethod · 0.50
load_bufferMethod · 0.50
load_bufferFunction · 0.50
load_bufferFunction · 0.50

Calls 1

luaL_loadbufferxFunction · 0.85

Tested by

no test coverage detected