MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / ReadValue

Method ReadValue

tests/UnitTest/ProfileTest.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 bool ReadValue(const std::wstring& section, const std::wstring& key, int& retVal, int defaultVal = 0) const
26 {
27 return Profile::ReadValue(section, key, retVal, defaultVal);
28 }
29
30 bool ReadValue(const std::wstring& section, const std::wstring& key, std::wstring& retVal, const std::wstring& defaultVal = {}) const
31 {

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected