MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / AddLine

Function AddLine

src/MicrocodeExplorer.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 qstring qStr;
172 virtual ~mblock_qstring_dumper_t() {}
173 virtual void AddLine(qstring &qs)
174 {
175 qStr.append(qs);
176 }
177};
178
179struct ida_local mblock_dumper_t : public mblock_virtual_dumper_t

Callers 1

printFunction · 0.85

Calls 4

appendMethod · 0.80
endMethod · 0.80
sizeMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected