Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
StringSet::StringSet(const wchar_t *file, bool caseCheck)
354
{
355
this->caseCheck = caseCheck;
356
Parse(file, this);
357
}
358
359
void StringSet::Add(const wchar_t *string)
360
{
Callers
nothing calls this directly
Calls
1
Parse
Function · 0.85
Tested by
no test coverage detected