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

Method getTypeInfo

include/daScript/misc/arraytype.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 return capture;
87 }
88 __forceinline TypeInfo *getTypeInfo() const {
89 return capture ? *(TypeInfo **)(capture - 16) : nullptr;
90 }
91 __forceinline bool operator==(const Lambda &b) const {
92 return capture == b.capture;
93 }

Callers 5

walkMethod · 0.80
beforeLambdaMethod · 0.80
walkMethod · 0.80
walkMethod · 0.80
walkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected