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

Function KeyMapper

src/unflat.cpp:525–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 mop_t* m_SubCompareVar;
524 mop_t* m_AssignVar;
525 KeyMapper(mop_t* mc, mop_t* mc_sub, mop_t* ma) : m_CompareVar(mc), m_SubCompareVar(mc_sub), m_AssignVar(ma) {};
526
527 int visit_minsn(void)
528 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected