()
| 703 | } |
| 704 | |
| 705 | func sampleComment() *client.DiscussionComment { |
| 706 | return &client.DiscussionComment{ |
| 707 | ID: "DC_1", |
| 708 | URL: "https://github.com/OWNER/REPO/discussions/5#discussioncomment-1", |
| 709 | Body: "Original comment body", |
| 710 | } |
| 711 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…