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

Method parseMissingToolConfig

pkg/workflow/missing_issue_reporting.go:48–50  ·  view source on GitHub ↗
(outputMap map[string]any)

Source from the content-addressed store, hash-verified

46}
47
48func (c *Compiler) parseMissingToolConfig(outputMap map[string]any) *MissingToolConfig {
49 return c.parseIssueReportingConfig(outputMap, "missing-tool", "[missing tool]", false, true, missingToolLog)
50}
51
52// parseReportIncompleteConfig handles report_incomplete configuration.
53func (c *Compiler) parseReportIncompleteConfig(outputMap map[string]any) *ReportIncompleteConfig {

Calls 1

Tested by 2