Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_libs
Function · 0.85
register_module
Method · 0.85
GTEST
Function · 0.85
simple_tests
Function · 0.85
Calls
1
luaL_requiref
Function · 0.85
Tested by
no test coverage detected