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

Method getDynamicName

source/MRMesh/MRCombinedHistoryAction.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::optional<std::string> CombinedHistoryAction::getDynamicName() const
38{
39 if ( !dynNameGetter_ )
40 return {};
41 return dynNameGetter_();
42}
43
44size_t CombinedHistoryAction::heapBytes() const
45{

Callers 1

getDynamicNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected