Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ FinishTOC
Method
FinishTOC
deps/v8/tools/perf-compare.py:387–388 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
385
self.Print(
"<ul>"
)
386
387
def
FinishTOC(self):
388
self.Print(
"</ul>"
)
389
390
def
PrintBenchmarkLink(self, benchmark):
391
self.Print(
"<li><a href=\"
#" + benchmark + "\">" + benchmark + "</a></li>")
Callers
1
Render
Function · 0.95
Calls
1
Print
Method · 0.95
Tested by
no test coverage detected