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

Method AppendChild

deps/v8/tools/run_perf.py:556–561  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

554 GeometricMean(results_for_total), '')
555
556 def AppendChild(self, node):
557 if node.__class__ not in (TraceConfig, LeafTraceConfig):
558 raise Exception(
559 "%s only allows TraceConfig and LeafTraceConfig as child configs." %
560 type(self).__name__)
561 super(TraceConfig, self).AppendChild(node)
562
563
564class RunnableConfig(TraceConfig):

Callers

nothing calls this directly

Calls 2

typeFunction · 0.50
AppendChildMethod · 0.45

Tested by

no test coverage detected