MCPcopy Create free account
hub / github.com/citp/BlockSci / ParserConfigurationBase

Method ParserConfigurationBase

tools/parser/parser_configuration.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using json = nlohmann::json;
21
22ParserConfigurationBase::ParserConfigurationBase() : dataConfig() {}
23
24ParserConfigurationBase::ParserConfigurationBase(const blocksci::DataConfiguration &config) : dataConfig(config) {
25 filesystem::path dir(parserDirectory());

Callers

nothing calls this directly

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected