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

Function MakeGraphConfig

deps/v8/tools/run_perf.py:633–635  ·  view source on GitHub ↗
(suite, parent, arch)

Source from the content-addressed store, hash-verified

631
632
633def MakeGraphConfig(suite, parent, arch):
634 cls = GetGraphConfigClass(suite, parent)
635 return cls(suite, parent, arch)
636
637
638def GetGraphConfigClass(suite, parent):

Callers 1

BuildGraphConfigsFunction · 0.85

Calls 1

GetGraphConfigClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…