MCPcopy Index your code
hub / github.com/plotly/dash / debugLevel

Method debugLevel

components/dash-table/src/core/environment/index.ts:31–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public static get debugLevel(): DebugLevel {
32 const debug =
33 this.searchParams.get(DASH_DEBUG) || CookieStorage.get(DASH_DEBUG);
34
35 return debug
36 ? (DebugLevel as any)[debug] || DebugLevel.NONE
37 : DebugLevel.NONE;
38 }
39
40 public static get logLevel(): LogLevel {
41 const log =

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected