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

Method ParserConfiguration

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

Source from the content-addressed store, hash-verified

49
50#ifdef BLOCKSCI_FILE_PARSER
51ParserConfiguration<FileTag>::ParserConfiguration() : ParserConfigurationBase() {}
52
53ParserConfiguration<FileTag>::ParserConfiguration(const blocksci::DataConfiguration &dataConfig, const ChainDiskConfiguration &diskConfig) : ParserConfigurationBase(dataConfig), diskConfig(diskConfig) {}
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected