Fetch service information including parsed TCB info.
(self)
| 575 | |
| 576 | @call_async |
| 577 | def info(self) -> InfoResponse[TcbInfo]: |
| 578 | """Fetch service information including parsed TCB info.""" |
| 579 | raise NotImplementedError |
| 580 | |
| 581 | @call_async |
| 582 | def emit_event( |
no outgoing calls