Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ GetValue
Method
GetValue
Source/Utility/IniFile.cpp:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
virtual const char * GetName() const { return mName.c_str(); }
46
virtual const char * GetValue() const { return mValue.c_str(); }
47
48
virtual bool GetBooleanValue( bool default_value ) const
49
{
Callers
3
BuildControllerConfig
Method · 0.80
OpenPreferencesFile
Method · 0.80
OpenSettingsFile
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected