MCPcopy Index your code
hub / github.com/gre/gl-react / wrap

Function wrap

packages/tests/__tests__/all.js:1033–1042  ·  view source on GitHub ↗
(children)

Source from the content-addressed store, hash-verified

1031
1032 const visitor = new CountersVisitor();
1033 const wrap = (children) => (
1034 <Surface
1035 visitor={visitor}
1036 width={2}
1037 height={2}
1038 webglContextAttributes={{ preserveDrawingBuffer: true }}
1039 >
1040 {children}
1041 </Surface>
1042 );
1043 const JustBlue = ({ blue }: { blue: * }) => (
1044 <Node shader={shaders.justBlue} uniforms={{ blue }} />
1045 );

Callers 1

all.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…