MCPcopy 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}
122389function pickPath(path8) {
122390 return pick$1(hitPath(path8));
122391}
122392function translate(x28, y27) {
122393 return "translate(" + x28 + "," + y27 + ")";
122394}

Callers 2

markItemPathFunction · 0.70
sanddance-app.jsFile · 0.70

Calls 2

pick$1Function · 0.70
hitPathFunction · 0.70

Tested by

no test coverage detected