MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / utf8string

Function utf8string

source/MRMesh/MRStringConvert.h:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59/// returns filename as UTF8-encoded string
60#if defined( _LIBCPP_VERSION ) && _LIBCPP_VERSION < 12000
61[[nodiscard]] inline std::string utf8string( const std::filesystem::path & path )
62 { return path.u8string(); }
63#else
64[[nodiscard]] inline std::string utf8string( const std::filesystem::path & path )
65 { return asString( path.u8string() ); }

Callers 15

saveToolsCacheMethod · 0.85
drawDialogMethod · 0.85
drawDialogMethod · 0.85
checkPathsFunction · 0.85
setupListUpdate_Method · 0.85
actionMethod · 0.85
saveSceneAs_Method · 0.85
updateThemeNames_Method · 0.85
save_Method · 0.85
isPythonScriptMethod · 0.85
mcpSceneGetObjectFunction · 0.85

Calls 1

asStringFunction · 0.70

Tested by

no test coverage detected