| 235 | } |
| 236 | |
| 237 | const NativeTimeInfo* hostGetTimeInfo() const noexcept |
| 238 | { |
| 239 | return &fCarlaTimeInfo; |
| 240 | } |
| 241 | |
| 242 | intptr_t hostDispatcher(const NativeHostDispatcherOpcode opcode, |
| 243 | const int32_t index, const intptr_t value, void* const ptr, const float opt) |
no outgoing calls
no test coverage detected