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

Function evalHideComment

pkg/cli/outcome_eval_generic.go:72–80  ·  view source on GitHub ↗

evalHideComment checks whether a hidden comment is still hidden.

(item CreatedItemReport, repoOverride string)

Source from the content-addressed store, hash-verified

70
71// evalHideComment checks whether a hidden comment is still hidden.
72func evalHideComment(item CreatedItemReport, repoOverride string) OutcomeReport {
73 return OutcomeReport{
74 Type: item.Type,
75 ObjectURL: item.URL,
76 Repo: resolveItemRepo(item, repoOverride),
77 Result: OutcomePending,
78 Detail: "hidden comment check requires GraphQL (not yet implemented)",
79 }
80}
81
82// evalAssignMilestone checks whether a milestone assignment stuck.
83func evalAssignMilestone(item CreatedItemReport, repoOverride string) OutcomeReport {

Callers

nothing calls this directly

Calls 1

resolveItemRepoFunction · 0.85

Tested by

no test coverage detected