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

Function add_system_extra_libs

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

Source from the content-addressed store, hash-verified

2333 }
2334
2335 void add_system_extra_libs(lua_State *L)
2336 {
2337 register_module(L, "os", luaopen_os);
2338 register_module(L, "io", luaopen_io);
2339 register_module(L, "net", luaopen_net);
2340 register_module(L, "http", luaopen_http);
2341 register_module(L, "jsonrpc", luaopen_jsonrpc);
2342 }
2343
2344 void reset_lvm_instructions_executed_count(lua_State *L)
2345 {

Callers 3

add_system_extra_libsMethod · 0.85
compile_and_runFunction · 0.85

Calls 1

register_moduleFunction · 0.85

Tested by

no test coverage detected