Home / Function/ getSanitizedTabParams() — supabase Function Reference

getSanitizedTabParams() — supabase Function Reference

Architecture documentation for the getSanitizedTabParams() function in Feedback.utils.ts from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  4581944a_42ce_7bd1_a836_adcac492f56d["getSanitizedTabParams()"]
  db81693d_9a17_bf20_5e49_ea669c5037e3["Feedback()"]
  db81693d_9a17_bf20_5e49_ea669c5037e3 -->|calls| 4581944a_42ce_7bd1_a836_adcac492f56d
  style 4581944a_42ce_7bd1_a836_adcac492f56d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/docs/components/Feedback/Feedback.utils.ts lines 49–54

const getSanitizedTabParams = () => {
  const searchParams = new URLSearchParams(window.location.search)
  const queryGroups = searchParams.getAll('queryGroups')

  return pick(Object.fromEntries(searchParams.entries()), queryGroups)
}

Subdomains

Called By

Frequently Asked Questions

What does getSanitizedTabParams() do?
getSanitizedTabParams() is a function in the supabase codebase.
What calls getSanitizedTabParams()?
getSanitizedTabParams() is called by 1 function(s): Feedback.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free