Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ ll_require
Function
ll_require
src/Chain/libraries/glua/loadlib.cpp:646–648 ·
view source on GitHub ↗
* require function */
Source
from the content-addressed store, hash-verified
644
* require function
645
*/
646
static int ll_require(lua_State *L) {
647
return luaL_require_module(L);
648
}
649
650
/**
651
* import_contract function
Callers
nothing calls this directly
Calls
1
luaL_require_module
Function · 0.85
Tested by
no test coverage detected