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

Method GetError

src/ProcessingController.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 bool GetError(){
81 std::lock_guard<std::mutex> lck (mtxerror);
82 bool e = error;
83 return e;
84 }
85
86 std::string GetErrorMessage(){
87 std::lock_guard<std::mutex> lck (mtxerror);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected