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

Function generateClassId

examples/js/processing.js:11127–11129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11125 }
11126
11127 function generateClassId() {
11128 return "class" + (++classIdSeed);
11129 }
11130
11131 function appendClass(class_, classId, scopeId) {
11132 class_.classId = classId;

Callers 3

transformInlineClassFunction · 0.85
transformInnerClassFunction · 0.85
transformGlobalClassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected