MCPcopy
hub / github.com/microsoft/SandDance / definition

Function definition

docs/app/js/sanddance-app.js:108887–108890  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

108885});
108886const transforms = {};
108887function definition(type) {
108888 const t = transform(type);
108889 return t && t.Definition || null;
108890}
108891function transform(type) {
108892 type = type && type.toLowerCase();
108893 return (0, _vegaUtil.hasOwnProperty)(transforms, type) ? transforms[type] : null;

Callers 1

parseMarkFunction · 0.70

Calls 2

transformFunction · 0.70
getRoleFunction · 0.70

Tested by

no test coverage detected