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

Function AstInterface

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

Source from the content-addressed store, hash-verified

11823 };
11824
11825 function AstInterface(name) {
11826 this.name = name;
11827 }
11828 AstInterface.prototype.toString = function() {
11829 return "function " + this.name + "() { throw 'This is an interface'; }\n" +
11830 "processing." + this.name + " = " + this.name + ";";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected