Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MikeChongCan/scylla
/ componentDidMount
Method
componentDidMount
frontend/src/components/ProxyList.tsx:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
componentDidMount() {
82
this.loadData(this.props);
83
}
84
85
componentWillReceiveProps(nextProp: any) {
86
this.loadData(nextProp)
Callers
nothing calls this directly
Calls
1
loadData
Method · 0.95
Tested by
no test coverage detected