| 405 | CContractDBCache* CLuaVMRunEnv::GetScriptDB() { return &p_context->p_cw->contractCache; } |
| 406 | |
| 407 | CAccountDBCache* CLuaVMRunEnv::GetAccountCache() { return &p_context->p_cw->accountCache; } |
| 408 | |
| 409 | |
| 410 | shared_ptr<CAccount> CLuaVMRunEnv::GetAccount(const CUserID &uid) { |
no outgoing calls
no test coverage detected