Wire Sysio Wire Sysion 1.0.0
|
#include <code_cache.hpp>
Public Member Functions | |
code_cache_async (const bfs::path data_dir, const eosvmoc::config &eosvmoc_config, const chainbase::database &db) | |
~code_cache_async () | |
const code_descriptor *const | get_descriptor_for_code (const digest_type &code_id, const uint8_t &vm_version) |
Public Member Functions inherited from sysio::chain::eosvmoc::code_cache_base | |
code_cache_base (const bfs::path data_dir, const eosvmoc::config &eosvmoc_config, const chainbase::database &db) | |
~code_cache_base () | |
const int & | fd () const |
void | free_code (const digest_type &code_id, const uint8_t &vm_version) |
Definition at line 89 of file code_cache.hpp.
sysio::chain::eosvmoc::code_cache_async::code_cache_async | ( | const bfs::path | data_dir, |
const eosvmoc::config & | eosvmoc_config, | ||
const chainbase::database & | db ) |
Definition at line 42 of file code_cache.cpp.
sysio::chain::eosvmoc::code_cache_async::~code_cache_async | ( | ) |
Definition at line 57 of file code_cache.cpp.
const code_descriptor *const sysio::chain::eosvmoc::code_cache_async::get_descriptor_for_code | ( | const digest_type & | code_id, |
const uint8_t & | vm_version ) |
Definition at line 109 of file code_cache.cpp.