Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void 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
request
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected