Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ pickPath
Function
pickPath
docs/app/js/sanddance-app.js:122389–122391 ·
view source on GitHub ↗
(path8)
Source
from the content-addressed store, hash-verified
122387
};
122388
}
122389
function
pickPath(path8) {
122390
return
pick$1(hitPath(path8));
122391
}
122392
function
translate(x28, y27) {
122393
return
"translate("
+ x28 +
","
+ y27 +
")"
;
122394
}
Callers
2
markItemPath
Function · 0.70
sanddance-app.js
File · 0.70
Calls
2
pick$1
Function · 0.70
hitPath
Function · 0.70
Tested by
no test coverage detected