Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ dumpQuery
Function
dumpQuery
src/common/string.js:106–108 ·
view source on GitHub ↗
(dict)
Source
from the content-addressed store, hash-verified
104
}
105
106
export
function
dumpQuery(dict) {
107
return
`${
new
URLSearchParams(dict)}`;
108
}
Callers
9
index.test.js
File · 0.90
requestAuth
Function · 0.90
getSyncData
Function · 0.90
authorize
Function · 0.90
authorized
Function · 0.90
authorize
Function · 0.90
authorized
Function · 0.90
authorize
Function · 0.90
authorized
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected