MCPcopy Create free account
hub / github.com/PostHog/duckgres / Warning

Class Warning

scripts/test_impact_plan.py:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@dataclass
50class Warning:
51 title: str
52 severity: str
53 details: list[str] = field(default_factory=list)
54
55
56@dataclass

Callers 1

add_warningsFunction · 0.85

Calls

no outgoing calls

Tested by 1

add_warningsFunction · 0.68