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

Method issue_reference

doc/conf.cmake.in.py:249–257  ·  view source on GitHub ↗
(self, match, lineno)

Source from the content-addressed store, hash-verified

247 self.implicit_dispatch.append((issue, self.issue_reference))
248
249 def issue_reference(self, match, lineno):
250 text = match.group(0)
251
252 rawsource = unescape(text, True)
253 text = unescape(text, False)
254
255 refuri = 'https://issues.apache.org/jira/browse/' + text
256
257 return [nodes.reference(rawsource, text, refuri=refuri)]
258
259
260states.Inliner = Inliner

Callers

nothing calls this directly

Calls 1

unescapeFunction · 0.50

Tested by

no test coverage detected