MCPcopy Create free account
hub / github.com/Snapchat/dagger-browser / constructor

Method constructor

browser/src/App.tsx:23–29  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected