MCPcopy Create free account
hub / github.com/google/pprof / handleScanEnd

Function handleScanEnd

internal/driver/html/common.js:129–134  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

127 }
128
129 function handleScanEnd(e) {
130 if (mode == MOUSEPAN) panMove(e.clientX, e.clientY);
131 setMode(IDLE);
132 svg.removeEventListener('mousemove', handleScanMove);
133 if (!moved) clickHandler(e.target);
134 }
135
136 // Find touch object with specified identifier.
137 function findTouch(tlist, id) {

Callers

nothing calls this directly

Calls 2

panMoveFunction · 0.85
setModeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…