MCPcopy Create free account
hub / github.com/apache/solr / Link

Class Link

dev-tools/scripts/changes2logchange.py:148–155  ·  view source on GitHub ↗

Represents a link (JIRA issue or GitHub PR).

Source from the content-addressed store, hash-verified

146
147@dataclass
148class Link:
149 """Represents a link (JIRA issue or GitHub PR)."""
150 name: str
151 url: str
152
153 def to_dict(self):
154 """Convert to dictionary."""
155 return {"name": self.name, "url": self.url}
156
157
158@dataclass

Callers 1

extract_issuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…