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

Method handleTimeRangeSelect

deps/v8/tools/system-analyzer/index.mjs:224–227  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

222 }
223
224 handleTimeRangeSelect(e) {
225 e.stopImmediatePropagation();
226 this.selectTimeRange(e.start, e.end, e.focus, e.zoom);
227 }
228
229 selectTimeRange(start, end, focus = false, zoom = false) {
230 this._state.selectTimeRange(start, end);

Callers

nothing calls this directly

Calls 2

selectTimeRangeMethod · 0.95

Tested by

no test coverage detected