MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / Source

Method Source

Suscan/Source.cpp:742–747  ·  view source on GitHub ↗

//////////////////////////// Source Wrappers ////////////////////////////

Source from the content-addressed store, hash-verified

740
741///////////////////////////////// Source Wrappers ////////////////////////////
742Source::Source(Config const& config)
743{
744 SU_ATTEMPT(this->instance = suscan_source_new(config.instance));
745
746 this->config = this->instance->config; // Borrowed
747}
748
749Source::~Source()
750{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected