MCPcopy Create free account
hub / github.com/microsoft/SandDance / pathShape

Function pathShape

docs/app/js/sanddance-app.js:143062–143067  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

143060 };
143061}
143062function pathShape(path) {
143063 let p = null;
143064 return function(context) {
143065 return context ? (0, _vegaScenegraph.pathRender)(context, p = p || (0, _vegaScenegraph.pathParse)(path)) : path;
143066 };
143067}
143068const datum = (d)=>d.data;
143069function treeNodes(name, context) {
143070 const tree = data.call(context, name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected