MCPcopy
hub / github.com/wshobson/agents / add

Method add

tools/validate_generated.py:51–52  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

49 findings: list[Finding] = field(default_factory=list)
50
51 def add(self, **kwargs) -> None:
52 self.findings.append(Finding(**kwargs))
53
54 def errors(self) -> list[Finding]:
55 return [f for f in self.findings if f.severity == "error"]

Callers 6

validate_codexFunction · 0.45
validate_cursorFunction · 0.45
validate_opencodeFunction · 0.45
validate_geminiFunction · 0.45
validate_copilotFunction · 0.45

Calls 1

FindingClass · 0.70

Tested by

no test coverage detected