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

Function appendToLookupTable

examples/js/processing.js:11082–11087  ·  view source on GitHub ↗
(table, array)

Source from the content-addressed store, hash-verified

11080 }
11081
11082 function appendToLookupTable(table, array) {
11083 for(var i=0,l=array.length;i<l;++i) {
11084 table[array[i]] = null;
11085 }
11086 return table;
11087 }
11088
11089 function isLookupTableEmpty(table) {
11090 for(var i in table) {

Callers 2

parseProcessingFunction · 0.85
getLocalNamesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected