Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KasperskyLab/hrtng
/ Clear
Function
Clear
src/MicrocodeExplorer.cpp:234–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
int m_NumBlocks;
233
234
void Clear()
235
{
236
m_BlockText.clear();
237
m_BlockHint.clear();
238
m_EdgeColors.clear();
239
m_Edges.clear();
240
m_NumBlocks = 0;
241
}
242
243
void Build(minsn_t *top)
244
{
Callers
1
Build
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected