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

Function evalUpdatePullRequest

pkg/cli/outcome_eval_update.go:21–23  ·  view source on GitHub ↗
(item CreatedItemReport, repoOverride string)

Source from the content-addressed store, hash-verified

19}
20
21func evalUpdatePullRequest(item CreatedItemReport, repoOverride string) OutcomeReport {
22 return evalRetainedUpdate(item, repoOverride, "pull request", extractCurrentPullRequestUpdateState, true)
23}
24
25type mutableStateLoader func(repo string, number int) (map[string]any, bool, error)
26

Calls 1

evalRetainedUpdateFunction · 0.85