Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void 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
46
int main(int argc, char *argv[])
47
{
Callers
1
main
Function · 0.85
Calls
1
readFrom
Method · 0.80
Tested by
no test coverage detected