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

Method isAccessDummy

src/ast/ast.cpp:733–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 }
732
733 bool Variable::isAccessDummy() const {
734 return !(access_get || access_pass || access_ref);
735 }
736
737 bool Variable::isCtorInitialized() const {
738 if ( !init ) {

Callers 1

visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected