MCPcopy Create free account
hub / github.com/Illation/ETEngine / GetName

Method GetName

Engine/source/EtCore/FileSystem/Entry.cpp:83–86  ·  view source on GitHub ↗

--------------------------------- Entry::GetName Get the name of an entry including its path

Source from the content-addressed store, hash-verified

81// Get the name of an entry including its path
82//
83std::string Entry::GetName() const
84{
85 return GetPath() + m_Filename;
86}
87
88//---------------------------------
89// Entry::GetExtension

Callers 15

AddEditorMethod · 0.80
CreateToolbarMethod · 0.80
GetLoadDataMethod · 0.80
InitDbMethod · 0.80
AssetWidgetMethod · 0.80
MergeMethod · 0.80
UnmountMethod · 0.80
DeleteMethod · 0.80
GetChildrenRecursiveMethod · 0.80
RecursiveMountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected