Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ ~Macro
Method
~Macro
src/Macro.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
Macro::Macro() : name(
"<Current Recorded Macro>"
) {}
25
26
Macro::~Macro()
27
{
28
}
29
30
void Macro::addMacroStep(Message message, uptr_t wParam, sptr_t lParam)
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected