Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.70
nest
Function · 0.70
Calls
5
stream
Function · 0.70
scheme
Function · 0.70
f
Function · 0.70
key
Function · 0.70
add
Method · 0.45
Tested by
no test coverage detected