| 644 | return 1; |
| 645 | } |
| 646 | virtual action_state_t idaapi update(action_update_ctx_t*) override |
| 647 | { |
| 648 | return AST_ENABLE_ALWAYS; |
| 649 | } |
| 650 | }; |
| 651 | |
| 652 | struct ida_local microinsngraph_ah_t : public action_handler_t |
nothing calls this directly
no outgoing calls
no test coverage detected