Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
414
StringList::StringList(const wchar_t *file)
415
{
416
Parse(file, this);
417
}
418
419
void StringList::Add(const wchar_t *str)
420
{
Callers
nothing calls this directly
Calls
1
Parse
Function · 0.85
Tested by
no test coverage detected