MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getAnnotation

Method getAnnotation

src/simulate/debug_info.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 };
66
67 TypeAnnotation * TypeInfo::getAnnotation() const {
68 if ( type != Type::tHandle ) {
69 return nullptr;
70 }
71 return Module::resolveAnnotation(this);
72 }
73
74 StructInfo * TypeInfo::getStructType() const {
75 if ( type != Type::tStructure ) {

Callers 9

walkMethod · 0.80
walkMethod · 0.80
walkMethod · 0.80
getTypeBaseSizeFunction · 0.80
getTypeBaseAlignFunction · 0.80
isSameTypeFunction · 0.80
debug_typeFunction · 0.80
getTypeInfoMangledNameFunction · 0.80
describe_typeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected