MCPcopy
hub / github.com/ryanseddon/react-frame-component / getDoc

Method getDoc

src/Frame.jsx:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 getDoc() {
72 return this.nodeRef.current ? this.nodeRef.current.contentDocument : null;
73 }
74
75 getMountTarget() {
76 const doc = this.getDoc();

Callers 3

componentDidMountMethod · 0.95
getMountTargetMethod · 0.95
renderFrameContentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected