MCPcopy 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
84std::string ScriptUiBridge::statusText(void)
85{
86 std::lock_guard<std::mutex> lock(mMutex);
87 return mStatus;
88}
89
90void ScriptUiBridge::reset(void)
91{

Callers 2

drawMethod · 0.80
drawBottomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected