MCPcopy 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
130CefStr 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
139CefStr::~CefStr()
140{

Callers

nothing calls this directly

Calls 2

CefStrClass · 0.85
stringMethod · 0.80

Tested by

no test coverage detected