MCPcopy Index your code
hub / github.com/dataease/SQLBot / getParam

Function getParam

frontend/public/assistant.js:486–489  ·  view source on GitHub ↗
(src, key)

Source from the content-addressed store, hash-verified

484 root.appendChild(style)
485 }
486 function getParam(src, key) {
487 const url = new URL(src)
488 return url.searchParams.get(key)
489 }
490 function parsrCertificate(config) {
491 const certificateList = config.certificate
492 if (!certificateList?.length) {

Callers 2

loadScriptFunction · 0.85
initFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected