MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / to_path

Method to_path

core/src/utils/cefstr.cc:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::filesystem::path CefStrBase::to_path() const
100{
101#if OS_WIN
102 return std::filesystem::path(std::wstring(str, length));
103#else
104 return std::filesystem::path(to_utf8());
105#endif
106}
107
108CefStr::CefStr() : CefStrBase()
109{

Callers 1

v8_open_plugins_folderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected