MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isVolatile

Method isVolatile

src/eepp/ui/css/stylesheetproperty.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool StyleSheetProperty::isVolatile() const {
168 return mVolatile;
169}
170
171void StyleSheetProperty::setVolatile( bool isVolatile ) {
172 mVolatile = isVolatile;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected