Kagome
Polkadot Runtime Engine in C++17
uncompress_code_if_needed.hpp File Reference
#include "common/buffer.hpp"
Include dependency graph for uncompress_code_if_needed.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 kagome::runtime
 

Enumerations

enum  kagome::runtime::UncompressError : uint8_t { kagome::runtime::UncompressError::ZSTD_ERROR }
 

Functions

outcome::result< void > kagome::runtime::uncompressCodeIfNeeded (common::BufferView buf, common::Buffer &res)
 
 OUTCOME_HPP_DECLARE_ERROR (kagome::runtime, UncompressError)
 

Function Documentation

OUTCOME_HPP_DECLARE_ERROR ( kagome::runtime  ,
UncompressError   
)