Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ initialize
Function
initialize
web/src/js/urlState.ts:106–109 ·
view source on GitHub ↗
(store)
Source
from the content-addressed store, hash-verified
104
}
105
106
export
default
function
initialize(store) {
107
updateStoreFromUrl(store);
108
store.subscribe(() => updateUrlFromStore(store));
109
}
Callers
1
urlStateSpec.tsx
File · 0.50
Calls
3
updateStoreFromUrl
Function · 0.85
updateUrlFromStore
Function · 0.85
subscribe
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…