Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/T4y1oR/RingQ
/ wstringToString
Function
wstringToString
RingQ/RingQ.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
std::string wstringToString(const std::wstring& wstr) {
262
std::string str(wstr.begin(), wstr.end());
263
return str;
264
}
265
266
bool isFileExists(const std::string& file_path) {
267
std::ifstream file(file_path);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected