MCPcopy Create free account
hub / github.com/DFHack/dfhack / getFullName

Method getFullName

library/DataDefs.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129const std::string compound_identity::getFullName() const
130{
131 if (scope_parent)
132 return scope_parent->getFullName() + "." + getName();
133 else
134 return getName();
135}
136
137static std::mutex *known_mutex = NULL;
138

Callers 15

signal_typeid_errorFunction · 0.45
lua_insert2Method · 0.45
PushFieldInfoSubTableFunction · 0.45
MakeContainerMetatableFunction · 0.45
find_union_tagMethod · 0.45
meta_newFunction · 0.45
meta_assignFunction · 0.45
MakeMetatableMethod · 0.45
FillEnumKeysFunction · 0.45
RenderTypeFunction · 0.45
dispatch.cppFile · 0.45
queue_itemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected