Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~CFGParser
Method
~CFGParser
LibLemon/src/cfgparser.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
CFGParser::~CFGParser(){
36
if(cfgFile){
37
fclose(cfgFile);
38
}
39
}
40
41
void CFGParser::Parse(){
42
if(!cfgFile || !cfgData.size()) return;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected