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

Function ll_import_contract

src/Chain/libraries/glua/loadlib.cpp:653–655  ·  view source on GitHub ↗

* import_contract function */

Source from the content-addressed store, hash-verified

651* import_contract function
652*/
653static int ll_import_contract(lua_State *L) {
654 return luaL_import_contract_module(L);
655}
656
657static int ll_import_contract_from_address(lua_State *L)
658{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected