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

Function getValues

examples/index.js:438–445  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

436
437 var onValueChanged = function (e) {
438 var getValues = function (container) {
439 return select(container, 'input').filter(function (el) {
440 return (el.value !== 'all' &&
441 el.checked === true);
442 }).map(function (el) {
443 return el.value;
444 });
445 };
446 var settings = {
447 path: pathInput.value.trim(),
448 types: getValues(typesContainer),

Callers 1

index.jsFile · 0.85

Calls 1

selectFunction · 0.85

Tested by

no test coverage detected