Kagome
Polkadot Runtime Engine in C++17
util.cpp File Reference
Include dependency graph for util.cpp:

Go to the source code of this file.

Namespaces

 kagome::application::util
 

Macros

#define UNWRAP_ERROR_CODE(ec)
 

Functions

 OUTCOME_CPP_DEFINE_CATEGORY (kagome::application::util, Error, e)
 
outcome::result< void > kagome::application::util::init_directory (const boost::filesystem::path &path)
 

Macro Definition Documentation

#define UNWRAP_ERROR_CODE (   ec)
Value:
{ \
if (ec) { \
return (ec); \
} \
}

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Definition at line 8 of file util.cpp.

Function Documentation

OUTCOME_CPP_DEFINE_CATEGORY ( kagome::application::util  ,
Error  ,
 
)

Definition at line 15 of file util.cpp.