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

Function createViews

deps/v8/tools/profview/profview.js:18–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17let components;
18function createViews() {
19 components = [
20 new CallTreeView(),
21 new TimelineView(),
22 new HelpView(),
23 new SummaryView(),
24 new ModeBarView(),
25 new ScriptSourceView(),
26 ];
27}
28
29function emptyState() {
30 return {

Callers 1

onLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected