Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ getSearchTerm
Function
getSearchTerm
docs/src/assets/search.js:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
function
getSearchTerm() {
26
return
(
new
URL(window.location)).searchParams.get(
"search"
);
27
}
28
29
/* the control flow here is: search input -> update location -> onInput */
30
const
searchBox = document.querySelector(
"#search"
);
Callers
2
onInput
Function · 0.85
search.js
File · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…