Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ ~Macro
Method
~Macro
src/macro.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
Macro::~Macro() {
53
duk_destroy_heap(context);
54
}
55
56
void *Macro::logDisplay = NULL;
57
bool Macro::tableModified = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected