MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / int (luaL_loadstring)

Function int (luaL_loadstring)

deps/lua/src/lauxlib.c:618–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616
617
618LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s) {
619 return luaL_loadbuffer(L, s, strlen(s), s);
620}
621
622
623

Callers

nothing calls this directly

Calls 1

luaL_loadbufferFunction · 0.85

Tested by

no test coverage detected