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

Method gcFlags

src/ast/ast_typedecl.cpp:1504–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502 }
1503
1504 int32_t TypeDecl::gcFlags() const {
1505 das_set<Structure *> dep;
1506 das_set<Annotation *> depA;
1507 return gcFlags(dep,depA);
1508 }
1509
1510 int32_t TypeDecl::gcFlags(das_set<Structure *> & dep, das_set<Annotation *> & depA) const {
1511 int32_t gcf = 0;

Callers 4

getGcFlagsMethod · 0.80
makeTypeInfoMethod · 0.80
getGcFlagsMethod · 0.80

Calls 4

findMethod · 0.45
endMethod · 0.45
insertMethod · 0.45
getGcFlagsMethod · 0.45

Tested by

no test coverage detected