MCPcopy Create free account
hub / github.com/cinience/RedisStudio / OnDBAdd

Method OnDBAdd

RedisStudio/RedisDataUI.cpp:846–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846LRESULT RedisDataUI::OnDBAdd( HWND hwnd, WPARAM wParam, LPARAM lParam )
847{
848 OnKeyAdd(hwnd, wParam, lParam);
849 m_oEventDB.set();
850 return TRUE;
851}
852
853LRESULT RedisDataUI::OnKeyAdd( HWND hwnd, WPARAM wParam, LPARAM lParam )
854{

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected