MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / register_module

Function register_module

src/Chain/libraries/glua/thinkyoung_lua_lib.cpp:2330–2333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2328 }
2329
2330 void register_module(lua_State *L, const char *name, lua_CFunction openmodule_func)
2331 {
2332 luaL_requiref(L, name, openmodule_func, 0);
2333 }
2334
2335 void add_system_extra_libs(lua_State *L)
2336 {

Callers 4

add_system_extra_libsFunction · 0.85
register_moduleMethod · 0.85
GTESTFunction · 0.85
simple_testsFunction · 0.85

Calls 1

luaL_requirefFunction · 0.85

Tested by

no test coverage detected