MCPcopy Create free account
hub / github.com/NtQuery/Scylla / setString

Method setString

Scylla/Configuration.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void Configuration::setString(const WCHAR* str)
37{
38 wcsncpy_s(valueString, str, _countof(valueString));
39}
40
41bool Configuration::getBool() const
42{

Callers 2

saveOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected