MCPcopy Create free account
hub / github.com/nodejs/node / _update

Method _update

deps/v8/tools/system-analyzer/view/list-panel.mjs:103–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 _update() {
104 if (this._timeline.isEmpty()) return;
105 DOM.removeAllChildren(this.table);
106 if (this._displayedLogEntries.length == 0) return;
107 const propertyName = this.groupKey.selectedOptions[0].text;
108 const groups = groupBy(
109 this._displayedLogEntries, each => each[propertyName], true);
110 this._render(groups, this.table);
111 }
112
113 createSubgroups(group) {
114 const map = new Map();

Callers

nothing calls this directly

Calls 4

_renderMethod · 0.95
groupByFunction · 0.90
removeAllChildrenMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected