Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
wstring localPathUnicode(string local_path) {
60
return wxString::FromUTF8(local_path).ToStdWstring();
61
}
62
63
#else
64
Callers
8
DownloadFile
Method · 0.85
UploadFile
Method · 0.85
SetupSftpThreadCallbacks
Method · 0.85
OnFileWatcherTimer
Method · 0.85
DownloadFileForEdit
Method · 0.85
cleanUpOrphanedTmpDirs
Function · 0.85
OnInit
Method · 0.85
OnExit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected