MCPcopy Index your code
hub / github.com/Legitcode/tests / dom.js

File dom.js

src/dom.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* globals global */
2function propagateToGlobal (window) {
3 for (let key in window) {
4 if (!window.hasOwnProperty(key)) continue

Callers

nothing calls this directly

Calls 1

propagateToGlobalFunction · 0.85

Tested by

no test coverage detected