MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / _commandSummary

Method _commandSummary

lib/models/instrumentation.js:172–185  ·  view source on GitHub ↗
(tree, commandName, commandArgs)

Source from the content-addressed store, hash-verified

170 }
171
172 _commandSummary(tree, commandName, commandArgs) {
173 const summary = {
174 name: commandName,
175 args: commandArgs,
176 totalTime: totalTime(tree),
177 platform: {
178 name: process.platform,
179 },
180 };
181
182 _getHardwareInfo(summary.platform);
183
184 return summary;
185 }
186
187 _shutdownSummary(tree) {
188 const summary = {

Callers 1

Calls 2

totalTimeFunction · 0.85
_getHardwareInfoFunction · 0.85

Tested by

no test coverage detected