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

Method get

library/include/DataIdentity.h:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779#ifdef BUILD_DFHACK_LIB
780 template<class Enum, class FT>
781 inline const enum_identity *identity_traits<enum_field<Enum,FT> >::get() {
782 static const enum_identity identity(identity_traits<Enum>::get(), identity_traits<FT>::get());
783 return &identity;
784 }
785#endif
786
787 template<class T>

Callers 6

manageJobCompletedEventFunction · 0.45
get_visible_childFunction · 0.45
getWidgetMethod · 0.45
DataEntryMethod · 0.45
isReferencedByMethod · 0.45

Calls 1

getFunction · 0.70

Tested by

no test coverage detected