MCPcopy Index your code
hub / github.com/nodejs/node / output_header

Method output_header

deps/v8/tools/grokdump.py:2954–2958  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

2952 (style_class, self.encfilename, struncompressed, straddress))
2953
2954 def output_header(self, f):
2955 f.write(WEB_HEADER % {
2956 "query_dump": self.encfilename,
2957 "dump_name": html.escape(self.dumpfilename)
2958 })
2959
2960 def output_footer(self, f):
2961 f.write(WEB_FOOTER)

Callers 6

output_summaryMethod · 0.95
output_infoMethod · 0.95
output_modulesMethod · 0.95
output_dataMethod · 0.95
output_disasmMethod · 0.95
output_search_resMethod · 0.95

Calls 2

writeMethod · 0.45
escapeMethod · 0.45

Tested by

no test coverage detected