Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ FlashCall
Method
FlashCall
DuiLib/Control/UIFlash.cpp:161–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
HRESULT CFlashUI::FlashCall( _bstr_t request )
162
{
163
if (m_pFlashEventHandler)
164
{
165
return m_pFlashEventHandler->FlashCall(request);
166
}
167
return S_OK;
168
}
169
170
void CFlashUI::ReleaseControl()
171
{
Callers
1
Invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected