MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / getStyleVal

Function getStyleVal

InteractiveHtmlBom/web/table-util.js:368–370  ·  view source on GitHub ↗
(elm, css)

Source from the content-addressed store, hash-verified

366 }
367
368 function getStyleVal(elm, css) {
369 return (window.getComputedStyle(elm, null).getPropertyValue(css))
370 }
371}

Callers 1

paddingDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected