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

Function proxy

docs/app/js/sanddance-app.js:149525–149530  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

149523 return op;
149524 },
149525 proxy (op) {
149526 const vref = op instanceof Entry ? ref(op) : op;
149527 return this.add(Proxy({
149528 value: vref
149529 }));
149530 },
149531 addStream (stream) {
149532 this.streams.push(stream);
149533 stream.id = this.id();

Callers

nothing calls this directly

Calls 3

refFunction · 0.70
ProxyFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected