MCPcopy 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
106export function dumpQuery(dict) {
107 return `${new URLSearchParams(dict)}`;
108}

Callers 9

index.test.jsFile · 0.90
requestAuthFunction · 0.90
getSyncDataFunction · 0.90
authorizeFunction · 0.90
authorizedFunction · 0.90
authorizeFunction · 0.90
authorizedFunction · 0.90
authorizeFunction · 0.90
authorizedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected