----- State Access -----
| 325 | |
| 326 | // ----- State Access ----- |
| 327 | shared_ptr<Context> getContext() const FL_NOEXCEPT { return mContext; } |
| 328 | const Sample& getSample() const FL_NOEXCEPT; |
| 329 | void reset() FL_NOEXCEPT; |
| 330 |
no outgoing calls
no test coverage detected