MCPcopy Create free account
hub / github.com/docker/getting-started / ownerDocument

Function ownerDocument

app/src/static/js/react-bootstrap.js:1312–1314  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1310exports.default = ownerDocument;
1311
1312function ownerDocument(node) {
1313 return node && node.ownerDocument || document;
1314}
1315
1316module.exports = exports["default"];
1317

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…