clearPersistentMessage
| 548 | |
| 549 | /// clearPersistentMessage |
| 550 | OfxStatus |
| 551 | OfxHost::clearPersistentMessage() |
| 552 | { |
| 553 | return kOfxStatOK; |
| 554 | } |
| 555 | |
| 556 | static std::string |
| 557 | getContext_internal(const std::set<std::string> & contexts) |
no outgoing calls
no test coverage detected