Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
bool StyleSheetProperty::isVolatile() const {
168
return mVolatile;
169
}
170
171
void StyleSheetProperty::setVolatile( bool isVolatile ) {
172
mVolatile = isVolatile;
Callers
1
applyStyleSheetProperty
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected