Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gre/gl-react
/ getRootRef
Method
getRootRef
packages/tests/utils.js:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
this._fakeTexture =
new
FakeTexture(props);
32
}
33
getRootRef() {
34
return
this._fakeTexture;
35
}
36
render() {
37
return
<span />;
38
}
Callers
1
RenderLessElement
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected