| 262 | } |
| 263 | |
| 264 | StateComponent *State::get( IECore::TypeId componentType ) |
| 265 | { |
| 266 | return m_implementation->get( componentType ); |
| 267 | } |
| 268 | |
| 269 | const StateComponent *State::get( IECore::TypeId componentType ) const |
| 270 | { |
no outgoing calls
no test coverage detected