MCPcopy Create free account
hub / github.com/nodejs/node / StartTOC

Method StartTOC

deps/v8/tools/perf-compare.py:383–385  ·  view source on GitHub ↗
(self, title)

Source from the content-addressed store, hash-verified

381
382
383 def StartTOC(self, title):
384 self.Print("<h1>%s</h1>" % title)
385 self.Print("<ul>")
386
387 def FinishTOC(self):
388 self.Print("</ul>")

Callers 1

RenderFunction · 0.95

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected