MCPcopy Index your code
hub / github.com/parca-dev/parca / profileType

Method profileType

ui/packages/shared/parser/src/index.ts:432–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430 }
431
432 profileType(): ProfileType {
433 return this.profType;
434 }
435
436 nonProfileNameMatchers(): Matcher[] {
437 return this.matchers.filter(m => !isProfileNameMatcher(m));

Callers 7

SimpleMatchersFunction · 0.80
PreSelectedMatchersFunction · 0.80
handleTimeRangeChangeFunction · 0.80
handlePointClickFunction · 0.80
ProfileSelectorFunction · 0.80
ProfileMetricsGraphFunction · 0.80
useQueryStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected