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

Function pathToString

source/MRViewer/MRUITestEngineControl.cpp:48–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48std::string pathToString( const std::vector<std::string>& path )
49{
50 std::string pathString;
51 for ( const auto & s : path )
52 {
53 if ( !pathString.empty() )
54 pathString += '/';
55 pathString += s;
56 }
57 return pathString;
58}
59
60// Read the disabled-reason string off an internal entry. Empty means the entry accepts input.
61// Groups are never disabled.

Callers 6

writeValueFunction · 0.85
mcpToolPressButtonFunction · 0.85
mcpToolWriteValueFunction · 0.85
pressButtonFunction · 0.85
writeValueFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected