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

Method fileIsValid

Suscan/Source.cpp:376–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376bool
377Source::Config::fileIsValid(void) const
378{
379 if (this->instance != nullptr)
380 return suscan_source_config_file_is_valid(this->instance) != SU_FALSE;
381
382 return false;
383}
384
385std::string
386Source::Config::getInterface(void) const

Callers 3

setProfileMethod · 0.80
setProfileMethod · 0.80
refreshProfileMethod · 0.80

Calls

no outgoing calls

Tested by 1

setProfileMethod · 0.64