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

Method timeline

deps/v8/tools/system-analyzer/view/code-panel.mjs:28–33  ·  view source on GitHub ↗
(timeline)

Source from the content-addressed store, hash-verified

26 }
27
28 set timeline(timeline) {
29 this._timeline = timeline;
30 this.$('.panel').style.display =
31 timeline.isEmpty() ? 'none' : 'inherit';
32 this.requestUpdate();
33 }
34
35 set selectedEntries(entries) {
36 this._selectedEntries = entries;

Callers

nothing calls this directly

Calls 3

$Method · 0.45
isEmptyMethod · 0.45
requestUpdateMethod · 0.45

Tested by

no test coverage detected