MCPcopy Index your code
hub / github.com/microsoft/SandDance / filterMark

Function filterMark

docs/app/js/sanddance-app.js:147190–147193  ·  view source on GitHub ↗
(type, name, role)

Source from the content-addressed store, hash-verified

147188 return entry4;
147189}
147190function filterMark(type, name, role) {
147191 const item = "event.item";
147192 return item + (type && type !== "*" ? "&&" + item + ".mark.marktype==='" + type + "'" : "") + (role ? "&&" + item + ".mark.role==='" + role + "'" : "") + (name ? "&&" + item + ".mark.name==='" + name + "'" : "");
147193}
147194const OP_VALUE_EXPR = {
147195 code: "_.$value",
147196 ast: {

Callers 1

streamParametersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected