MCPcopy Create free account
hub / github.com/allanrbo/filesremote / localPathUnicode

Function localPathUnicode

src/string.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57#ifdef __WXMSW__
58
59wstring localPathUnicode(string local_path) {
60 return wxString::FromUTF8(local_path).ToStdWstring();
61}
62
63#else
64

Callers 8

DownloadFileMethod · 0.85
UploadFileMethod · 0.85
OnFileWatcherTimerMethod · 0.85
DownloadFileForEditMethod · 0.85
cleanUpOrphanedTmpDirsFunction · 0.85
OnInitMethod · 0.85
OnExitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected