MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / reset

Method reset

common/script/scriptuibridge.cpp:90–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ScriptUiBridge::reset(void)
91{
92 std::lock_guard<std::mutex> lock(mMutex);
93 mStatus.clear();
94 mReq.reset();
95 mResp.reset();
96 mTaken = false;
97 mCancelled = false;
98}

Callers 1

requestMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected