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

Method getPropertyIndexRef

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

Source from the content-addressed store, hash-verified

561}
562
563StyleSheetProperty* StyleSheetProperty::getPropertyIndexRef( const Uint32& index ) {
564 eeASSERT( index < mIndexedProperty.size() );
565 return &mIndexedProperty[index];
566}
567
568const Uint32& StyleSheetProperty::getIndex() const {
569 return mIndex;

Callers 3

applyVarValuesMethod · 0.80
onStateChangeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected