MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setPersistentMessage

Method setPersistentMessage

Engine/OfxHost.cpp:538–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538OfxStatus
539OfxHost::setPersistentMessage(const char* type,
540 const char* id,
541 const char* format,
542 va_list args)
543{
544 vmessage(type, id, format, args);
545
546 return kOfxStatOK;
547}
548
549/// clearPersistentMessage
550OfxStatus

Callers 4

checkDecoderCreatedMethod · 0.45
checkEncoderCreatedMethod · 0.45
Node.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected