MCPcopy Create free account
hub / github.com/Tencent/Tendis / luaLoadLib

Function luaLoadLib

src/tendisplus/script/lua_state.cpp:614–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void luaLoadLib(lua_State* lua, const char* libname, lua_CFunction luafunc) {
615 lua_pushcfunction(lua, luafunc);
616 lua_pushstring(lua, libname);
617 lua_call(lua, 1, 0);
618}
619
620extern "C" {
621LUALIB_API int(luaopen_cjson)(lua_State* L);

Callers 1

luaLoadLibrariesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected