Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ from_path
Method
from_path
core/src/utils/cefstr.cc:130–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
CefStr CefStr::from_path(const path &path)
131
{
132
#if OS_WIN
133
return CefStr(path.u16string());
134
#else
135
return CefStr(path.string());
136
#endif
137
}
138
139
CefStr::~CefStr()
140
{
Callers
nothing calls this directly
Calls
2
CefStr
Class · 0.85
string
Method · 0.80
Tested by
no test coverage detected