MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / int (luaL_loadstring)

Function int (luaL_loadstring)

lua/lauxlib.c:666–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664
665
666LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s) {
667 return luaL_loadbuffer(L, s, strlen(s), s);
668}
669
670
671

Callers

nothing calls this directly

Calls 1

luaL_loadbufferFunction · 0.85

Tested by

no test coverage detected