MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / SetError

Method SetError

src/ProcessingController.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void SetError(bool err, std::string message){
75 std::lock_guard<std::mutex> lck (mtxerror);
76 error = err;
77 error_message = message;
78 }
79
80 bool GetError(){
81 std::lock_guard<std::mutex> lck (mtxerror);

Callers 6

detectObjectsClipMethod · 0.80
SetJsonValueMethod · 0.80
stabilizeClipMethod · 0.80
trackClipMethod · 0.80
SetJsonValueMethod · 0.80
CVTracker.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected