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

Function AstLabel

examples/js/processing.js:11926–11928  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

11924 return result;
11925 };
11926 function AstLabel(label) {
11927 this.label = label;
11928 }
11929 AstLabel.prototype.toString = function() {
11930 return this.label;
11931 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected