MCPcopy Create free account
hub / github.com/avast/retdec / fromFile

Method fromFile

src/config/config.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60Config Config::fromFile(const std::string& path)
61{
62 Config config;
63 config.readJsonFile(path);
64 return config;
65}
66
67Config Config::fromJsonString(const std::string& json)
68{

Callers

nothing calls this directly

Calls 1

readJsonFileMethod · 0.80

Tested by

no test coverage detected