Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void Configuration::setString(const WCHAR* str)
37
{
38
wcsncpy_s(valueString, str, _countof(valueString));
39
}
40
41
bool Configuration::getBool() const
42
{
Callers
2
saveOptions
Method · 0.80
readStringFromConfigFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected