MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / render

Method render

code/dependency-injection/src/app.jsx:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 return dependencies;
13 }
14 render() {
15 return <Header />;
16 }
17};
18App.childContextTypes = {
19 data: PropTypes.object,

Callers 6

app.jsFile · 0.45
finishClassComponentFunction · 0.45
lFunction · 0.45
CgFunction · 0.45
app.jsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected