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

Method seal

src/ast/ast_handle.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void BasicStructureAnnotation::seal( Module * m ) {
62 TypeAnnotation::seal(m);
63 mlib = nullptr;
64 }
65
66 int32_t BasicStructureAnnotation::getGcFlags(das_set<Structure *> & dep, das_set<Annotation *> & depA) const {
67 int32_t gcf = 0;

Callers 4

addAnnotationMethod · 0.45
addTypeInfoMacroMethod · 0.45
addReaderMacroMethod · 0.45

Calls 1

sealFunction · 0.85

Tested by

no test coverage detected