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

Method WriteValue

tests/UnitTest/ProfileTest.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 bool WriteValue(const std::wstring& section, const std::wstring& key, int value) const
36 {
37 return Profile::WriteValue(section, key, value);
38 }
39
40 bool WriteValue(const std::wstring& section, const std::wstring& key, const std::wstring& value) const
41 {

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected