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

Method StringList

src/utils/stringutils.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414StringList::StringList(const wchar_t *file)
415{
416 Parse(file, this);
417}
418
419void StringList::Add(const wchar_t *str)
420{

Callers

nothing calls this directly

Calls 1

ParseFunction · 0.85

Tested by

no test coverage detected