Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ w_bool
Method
w_bool
ogsr_engine/xrCore/Xr_ini.cpp:875–875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
873
}
874
875
void CInifile::w_bool(LPCSTR S, LPCSTR L, bool V) { w_string(S, L, V ?
"true"
:
"false"
); }
876
877
void CInifile::remove_line(LPCSTR S, LPCSTR L)
878
{
Callers
2
Save2
Method · 0.80
WriteBool
Method · 0.80
Calls
1
w_string
Function · 0.85
Tested by
no test coverage detected