Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Clarionos/clarion
/ preferred_string
Method
preferred_string
libraries/fc/src/filesystem.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
fc::string path::preferred_string() const
104
{
105
return boost::filesystem::path(*_p).make_preferred().string();
106
}
107
108
std::wstring path::wstring() const
109
{
Callers
1
file_appender
Method · 0.80
Calls
2
path
Class · 0.50
string
Method · 0.45
Tested by
no test coverage detected