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

Function appendClass

examples/js/processing.js:11131–11135  ·  view source on GitHub ↗
(class_, classId, scopeId)

Source from the content-addressed store, hash-verified

11129 }
11130
11131 function appendClass(class_, classId, scopeId) {
11132 class_.classId = classId;
11133 class_.scopeId = scopeId;
11134 declaredClasses[classId] = class_;
11135 }
11136
11137 // function defined below
11138 var transformClassBody, transformStatementsBlock, transformStatements, transformMain, transformExpression;

Callers 3

transformInlineClassFunction · 0.85
transformInnerClassFunction · 0.85
transformGlobalClassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected