MCPcopy Create free account
hub / github.com/Robotips/uConfig / processFileLib

Function processFileLib

src/uconfig/uconfig.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void processFileLib(QString file, Lib *lib)
38{
39 if (!lib->readFrom(file))
40 {
41 out << "error (2): input file cannot be opened" << endl;
42 exit(2);
43 }
44}
45
46int main(int argc, char *argv[])
47{

Callers 1

mainFunction · 0.85

Calls 1

readFromMethod · 0.80

Tested by

no test coverage detected