MCPcopy
hub / github.com/swagger-api/swagger-ui / render

Method render

src/core/plugins/view/root-injects.jsx:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11 class WithSystem extends Component {
12 render() {
13 return <WrappedComponent {...getSystem()} {...this.props} {...this.context} />
14 }
15 }
16 WithSystem.displayName = `WithSystem(${fn.getDisplayName(WrappedComponent)})`
17 return WithSystem

Callers

nothing calls this directly

Calls 1

getSystemFunction · 0.50

Tested by

no test coverage detected