(self)
| 51 | |
| 52 | class _AnnounceHandler: |
| 53 | def __init__(self): |
| 54 | self.aspect_filter = f"{APP_NAME}.{ASPECT}" |
| 55 | def received_announce(self, destination_hash, announced_identity, app_data): |
| 56 | # Skip our own echo. |
| 57 | if state["remote_identity"] is not None: |
nothing calls this directly
no outgoing calls
no test coverage detected