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

Function getDynamicName

source/MRMesh/MRCombinedHistoryAction.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52std::optional<std::string> getDynamicName( const std::shared_ptr<HistoryAction>& action )
53{
54 if ( auto combHist = std::dynamic_pointer_cast<CombinedHistoryAction>( action ) )
55 return combHist->getDynamicName();
56 return {};
57}
58
59}

Callers 2

getNActionsMethod · 0.85
getDynamicTooltipMethod · 0.85

Calls 1

getDynamicNameMethod · 0.80

Tested by

no test coverage detected