MCPcopy Create free account
hub / github.com/VerySleepy/verysleepy / StringSet

Method StringSet

src/utils/stringutils.cpp:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353StringSet::StringSet(const wchar_t *file, bool caseCheck)
354{
355 this->caseCheck = caseCheck;
356 Parse(file, this);
357}
358
359void StringSet::Add(const wchar_t *string)
360{

Callers

nothing calls this directly

Calls 1

ParseFunction · 0.85

Tested by

no test coverage detected