MCPcopy
hub / github.com/pallets/werkzeug / makeDebugURL

Function makeDebugURL

src/werkzeug/debug/shared/debugger.js:40–44  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

38}
39
40function makeDebugURL(args) {
41 const params = new URLSearchParams(args)
42 params.set("s", SECRET)
43 return `?__debugger__=yes&${params}`
44}
45
46function initPinBox() {
47 document.querySelector(".pin-prompt form").addEventListener(

Callers 4

initPinBoxFunction · 0.85
promptForPinFunction · 0.85
createIconForConsoleFunction · 0.85
handleConsoleSubmitFunction · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected