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

Function outcomeString

pkg/cli/outcome_eval_review.go:316–319  ·  view source on GitHub ↗
(raw any)

Source from the content-addressed store, hash-verified

314}
315
316func outcomeString(raw any) string {
317 s, _ := raw.(string)
318 return s
319}
320
321func outcomeNestedString(raw any, nestedKey string) string {
322 obj, _ := raw.(map[string]any)

Callers 4

evalAddReviewerFunction · 0.85
hasReviewAfterTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected