MCPcopy Create free account
hub / github.com/weaveworks/scope / handleAdd

Function handleAdd

client/app/scripts/utils/data-generator-utils.js:115–120  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

113
114
115function handleAdd(nodes) {
116 if (!nodes) {
117 return nodes;
118 }
119 return nodes.map(mergeMetrics);
120}
121
122
123function handleUpdated(updatedNodes, prevNodes) {

Callers 1

addMetricsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…