MCPcopy Create free account
hub / github.com/gre/gl-react / getNodeRef

Method getNodeRef

packages/gl-react/src/NearestCopy.tsx:20–22  ·  view source on GitHub ↗

* get a reference to the underlying Node instance * @return {Node}

()

Source from the content-addressed store, hash-verified

18 * @return {Node}
19 */
20 getNodeRef() {
21 return this._node;
22 }
23 _onRef = (node: Node | null) => {
24 this._node = node;
25 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected