Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ SaveToFile
Method
SaveToFile
src/Preferences.cpp:369–372 ·
view source on GitHub ↗
Saves the string to the specified wxConfig object. */
Source
from the content-addressed store, hash-verified
367
368
/** Saves the string to the specified wxConfig object. */
369
virtual void SaveToFile(wxConfigBase* cfg)
370
{
371
cfg->Write( GetKey(), m_value );
372
}
373
};
374
375
Callers
1
SaveAllItems
Method · 0.45
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected