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

Method getPath

Suscan/Source.cpp:421–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421std::string
422Source::Config::getPath(void) const
423{
424 const char *path;
425
426 if (this->instance == nullptr)
427 return "";
428
429 path = suscan_source_config_get_path(this->instance);
430
431 if (path == nullptr)
432 return "";
433
434 return path;
435}
436
437std::string
438Source::Config::getParam(const std::string &key) const

Callers 3

refreshProfileUiMethod · 0.80
refreshUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected