MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getName

Method getName

src/Base/Type.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189std::string_view Type::getName() const
190{
191 assert(
192 !typedata.empty() && "Type::init() must be called before fetching names, even for bad types"
193 );
194 return typedata[index]->name;
195}
196
197Type Type::getParent() const
198{

Callers 4

getInputStreamMethod · 0.45
getAllDerivedFromMethod · 0.45
getTypeIdMethod · 0.45
getModuleMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected