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

Function panStart

internal/driver/html/common.js:84–88  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

82 }
83
84 function panStart(x, y) {
85 moved = false;
86 panLastX = x;
87 panLastY = y;
88 }
89
90 function panMove(x, y) {
91 let dx = x - panLastX;

Callers 2

handleScanStartFunction · 0.85
handleTouchStartFunction · 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…