MCPcopy Index your code
hub / github.com/github/github-mcp-server / normalizeConfidence

Function normalizeConfidence

pkg/github/issues_granular.go:22–24  ·  view source on GitHub ↗
(confidence string)

Source from the content-addressed store, hash-verified

20)
21
22func normalizeConfidence(confidence string) string {
23 return strings.ToUpper(strings.TrimSpace(confidence))
24}
25
26// issueUpdateTool is a helper to create single-field issue update tools.
27func issueUpdateTool(

Callers 3

GranularUpdateIssueTypeFunction · 0.85
GranularSetIssueFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected