(props: any)
| 21 | private graphManager = new GraphManager(); |
| 22 | |
| 23 | constructor(props: any) { |
| 24 | super(props); |
| 25 | this.state = { |
| 26 | manifestUrl: Config.COMPONENTS_MANIFEST_JSON_URL, |
| 27 | loadedManifest: false |
| 28 | }; |
| 29 | } |
| 30 | |
| 31 | componentDidMount() { |
| 32 | this.refresh() |
nothing calls this directly
no outgoing calls
no test coverage detected