| 184 | { |
| 185 | // Define a class that implements the ToStreamable protocol |
| 186 | class JsonMessage { |
| 187 | constructor(private data: object) {} |
| 188 | |
| 189 | // The protocol method - returns sync streamable yield |
nothing calls this directly
no outgoing calls
no test coverage detected