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

Function describe

include/daScript/ast/ast.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 virtual bool rtti_isFunctionAnnotation() const { return false; }
135 virtual bool rtti_isBasicStructureAnnotation() const { return false; }
136 string describe() const { return name; }
137 string getMangledName() const;
138 virtual void log ( TextWriter & ss, const AnnotationDeclaration & decl ) const;
139 virtual void serialize( AstSerializer & ) { }

Callers 2

getLocationExtraMethod · 0.85
describeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected