MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / tabFromUrl

Function tabFromUrl

dashboard/shell/src/main.jsx:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86// ---------------------------------------------------------------------------
87
88function tabFromUrl() {
89 try {
90 return new URLSearchParams(window.location.search).get("tab") || "";
91 } catch {
92 return "";
93 }
94}
95
96function writeTabToUrl(name, { push = true } = {}) {
97 try {

Callers 2

onPopStateFunction · 0.85
AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected