MCPcopy Create free account
hub / github.com/github/gh-aw / evalCreateDiscussion

Function evalCreateDiscussion

pkg/cli/outcome_eval_generic.go:61–69  ·  view source on GitHub ↗

evalCreateDiscussion checks whether a discussion received replies.

(item CreatedItemReport, repoOverride string)

Source from the content-addressed store, hash-verified

59
60// evalCreateDiscussion checks whether a discussion received replies.
61func evalCreateDiscussion(item CreatedItemReport, repoOverride string) OutcomeReport {
62 return OutcomeReport{
63 Type: item.Type,
64 ObjectURL: item.URL,
65 Repo: resolveItemRepo(item, repoOverride),
66 Result: OutcomePending,
67 Detail: "discussion outcome check requires GraphQL (not yet implemented)",
68 }
69}
70
71// evalHideComment checks whether a hidden comment is still hidden.
72func evalHideComment(item CreatedItemReport, repoOverride string) OutcomeReport {

Callers

nothing calls this directly

Calls 1

resolveItemRepoFunction · 0.85

Tested by

no test coverage detected