(
self,
)
| 666 | |
| 667 | @property |
| 668 | def delegate_map( |
| 669 | self, |
| 670 | ) -> Dict[str, Dict[int, Dict[str, Union[str, _DelegateDebugIdentifierMap]]]]: |
| 671 | if self._emitter_output: |
| 672 | return self._emitter_output.method_to_delegate_debug_id_map |
| 673 | return self._get_emitter_output().method_to_delegate_debug_id_map |
| 674 | |
| 675 | @property |
| 676 | def instruction_id_to_num_outs_map( |
nothing calls this directly
no test coverage detected