MCPcopy
hub / github.com/TargetProcess/tauCharts / select

Function select

examples/index.js:611–615  ·  view source on GitHub ↗
(container, selector)

Source from the content-addressed store, hash-verified

609 }
610
611 function select(container, selector) {
612 return Array.prototype.slice.call(
613 container.querySelectorAll(selector), 0
614 );
615 }
616
617 function deepClone(src, refs) {
618 if (typeof src !== 'object' || src === null) {

Callers 1

getValuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected