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

Method isAccessUnused

src/ast/ast.cpp:729–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727 }
728
729 bool Variable::isAccessUnused() const {
730 return !(access_get || access_init || access_pass || access_ref);
731 }
732
733 bool Variable::isAccessDummy() const {
734 return !(access_get || access_pass || access_ref);

Callers 5

preVisitArgumentMethod · 0.80
preVisitBlockArgumentMethod · 0.80
preVisitGlobalLetMethod · 0.80
preVisitArgumentMethod · 0.80
preVisitLetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected