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

Method createSubgroups

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

Source from the content-addressed store, hash-verified

111 }
112
113 createSubgroups(group) {
114 const map = new Map();
115 const tempGroups = [];
116 for (let propertyName of this._propertyNames) {
117 map.set(
118 propertyName,
119 groupBy(group.entries, each => each[propertyName], true));
120 }
121 return map;
122 }
123
124 _handleLogEntryClick(e) {
125 const group = e.currentTarget.group;

Callers 1

_handleDetailsClickMethod · 0.95

Calls 2

groupByFunction · 0.90
setMethod · 0.45

Tested by

no test coverage detected