MCPcopy Index your code
hub / github.com/WebReflection/wicked-elements / parse

Function parse

index.js:137–143  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

135 };
136
137 var parse = function parse(elements) {
138 var connected = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
139
140 for (var i = 0, length = elements.length; i < length; i++) {
141 notifier(elements[i], connected);
142 }
143 };
144
145 var query = options.query;
146 var root = options.root || document$1;

Callers 8

flushFunction · 0.85
index.jsFile · 0.85
defineFunction · 0.85
upgradeFunction · 0.85
defineFunction · 0.85
upgradeFunction · 0.85
defineFunction · 0.85
upgradeFunction · 0.85

Calls 1

notifierFunction · 0.85

Tested by

no test coverage detected