MCPcopy Create free account
hub / github.com/apache/trafficserver / issue_reference

Method issue_reference

doc/conf.py:237–245  ·  view source on GitHub ↗
(self, match, lineno)

Source from the content-addressed store, hash-verified

235 self.implicit_dispatch.append((issue, self.issue_reference))
236
237 def issue_reference(self, match, lineno):
238 text = match.group(0)
239
240 rawsource = unescape(text, True)
241 text = unescape(text, False)
242
243 refuri = 'https://issues.apache.org/jira/browse/' + text
244
245 return [nodes.reference(rawsource, text, refuri=refuri)]
246
247
248states.Inliner = Inliner

Callers

nothing calls this directly

Calls 1

unescapeFunction · 0.50

Tested by

no test coverage detected