* import_contract function */
| 651 | * import_contract function |
| 652 | */ |
| 653 | static int ll_import_contract(lua_State *L) { |
| 654 | return luaL_import_contract_module(L); |
| 655 | } |
| 656 | |
| 657 | static int ll_import_contract_from_address(lua_State *L) |
| 658 | { |
nothing calls this directly
no test coverage detected