MCPcopy Create free account
hub / github.com/covscript/covscript / is_protect

Method is_protect

include/covscript/core/variable.hpp:1043–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041 }
1042
1043 bool is_protect() const
1044 {
1045 return this->mDat != nullptr && this->mDat->protect_level > 0;
1046 }
1047
1048 bool is_constant() const
1049 {

Callers 3

opt_exprMethod · 0.80
preprocessMethod · 0.80
add_constantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected