| 403 | } |
| 404 | |
| 405 | CContractDBCache* CLuaVMRunEnv::GetScriptDB() { return &p_context->p_cw->contractCache; } |
| 406 | |
| 407 | CAccountDBCache* CLuaVMRunEnv::GetAccountCache() { return &p_context->p_cw->accountCache; } |
| 408 |
no outgoing calls
no test coverage detected