MCPcopy
hub / github.com/cli/cli / sampleComment

Function sampleComment

pkg/cmd/discussion/comment/comment_test.go:705–711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

703}
704
705func 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}

Callers 1

TestCommentRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected