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

Function createTextNode

examples/js/processing.js:5302–5304  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

5300 return doc.createElement(localName);
5301 },
5302 createTextNode = function(text) {
5303 return doc.createTextNode(text);
5304 },
5305
5306 createLog = tinylogLite[log] = function(message) {
5307 // don't show output log until called once

Callers 1

processing.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected