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

Function apply

docs/app/js/sanddance-app.js:107757–107761  ·  view source on GitHub ↗
(apply)

Source from the content-addressed store, hash-verified

107755 return s;
107756 },
107757 apply (apply) {
107758 const s = stream(null, apply);
107759 this.targets().add(s);
107760 return s;
107761 },
107762 merge () {
107763 const s = stream();
107764 this.targets().add(s);

Callers 2

sanddance-app.jsFile · 0.70
nestFunction · 0.70

Calls 5

streamFunction · 0.70
schemeFunction · 0.70
fFunction · 0.70
keyFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected