Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ getMousePos
Function
getMousePos
scripts/magnify_image.js:323–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
321
}
322
}
323
function
getMousePos() {
324
return
CACHED.mouse;
325
}
326
327
function
validateMouse(x, y) {
328
if
(x == null || y == null) {
Callers
3
magnify_image.js
File · 0.70
validateMouse
Function · 0.70
chooseImg
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected