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

Function markTarget

docs/app/js/sanddance-app.js:141907–141910  ·  view source on GitHub ↗
(event4)

Source from the content-addressed store, hash-verified

141905 return event3.item;
141906}
141907function markTarget(event4) {
141908 // grab upstream collector feeding the mark operator
141909 return event4.item.mark.source;
141910}
141911function invoke(name) {
141912 return function(_, event5) {
141913 return event5.vega.view().changeset().encode(event5.item, name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected