Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
std::optional<std::string> CombinedHistoryAction::getDynamicName() const
38
{
39
if ( !dynNameGetter_ )
40
return {};
41
return dynNameGetter_();
42
}
43
44
size_t CombinedHistoryAction::heapBytes() const
45
{
Callers
1
getDynamicName
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected