MCPcopy 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_appenderMethod · 0.80

Calls 2

pathClass · 0.50
stringMethod · 0.45

Tested by

no test coverage detected