MCPcopy Create free account
hub / github.com/corbanbrook/dsp.js / AstInnerInterface

Function AstInnerInterface

examples/js/processing.js:11553–11555  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

11551 }
11552
11553 function AstInnerInterface(name) {
11554 this.name = name;
11555 }
11556 AstInnerInterface.prototype.toString = function() {
11557 return "this." + this.name + " = function " + this.name + "() { "+
11558 "throw 'This is an interface'; };";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected