| 497 | var myReplies = map[string]myComment{} |
| 498 | |
| 499 | type myComment struct { |
| 500 | summoned bool |
| 501 | commentID string |
| 502 | additionalCommentID string |
| 503 | } |
| 504 | |
| 505 | var myRepliesMu = &sync.Mutex{} |
| 506 |
nothing calls this directly
no outgoing calls
no test coverage detected