Fetch service information including parsed TCB info.
(self)
| 756 | |
| 757 | @call_async |
| 758 | def info(self) -> InfoResponse[TcbInfo]: |
| 759 | """Fetch service information including parsed TCB info.""" |
| 760 | raise NotImplementedError |
| 761 | |
| 762 | @call_async |
| 763 | def __enter__(self): |
no outgoing calls
no test coverage detected