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

Method constructor

packages/tests/utils.js:29–32  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

27export class FakeTextureElement extends React.Component {
28 _fakeTexture: FakeTexture;
29 constructor(props: any) {
30 super(props);
31 this._fakeTexture = new FakeTexture(props);
32 }
33 getRootRef() {
34 return this._fakeTexture;
35 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected