Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ constructor
Method
constructor
web/src/js/backends/static.tsx:15–18 ·
view source on GitHub ↗
(store: Store<RootState>)
Source
from the content-addressed store, hash-verified
13
store: Store<RootState>;
14
15
constructor(store: Store<RootState>) {
16
this.store = store;
17
this.onOpen();
18
}
19
20
onOpen() {
21
this.fetchData(Resource.Flows);
Callers
nothing calls this directly
Calls
1
onOpen
Method · 0.95
Tested by
no test coverage detected