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

Function filter

docs/app/js/sanddance-app.js:107752–107756  ·  view source on GitHub ↗
(filter3)

Source from the content-addressed store, hash-verified

107750 }
107751 },
107752 filter (filter3) {
107753 const s = stream(filter3);
107754 this.targets().add(s);
107755 return s;
107756 },
107757 apply (apply) {
107758 const s = stream(null, apply);
107759 this.targets().add(s);

Callers 11

flattenFunction · 0.70
flattenArrayFunction · 0.70
visitArrayFunction · 0.70
reflowFunction · 0.70
visitFunction · 0.70
extractArcsFunction · 0.70
crossFunction · 0.70
visitMarkFunction · 0.70
intersectGroupFunction · 0.70
lookupFunction · 0.70
intersectFunction · 0.70

Calls 4

streamFunction · 0.70
tupleidFunction · 0.70
addFilterFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected