Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ statusText
Method
statusText
common/script/scriptuibridge.cpp:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
std::string ScriptUiBridge::statusText(void)
85
{
86
std::lock_guard<std::mutex> lock(mMutex);
87
return mStatus;
88
}
89
90
void ScriptUiBridge::reset(void)
91
{
Callers
2
draw
Method · 0.80
drawBottom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected