Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
SimpleMatchers
Function · 0.80
PreSelectedMatchers
Function · 0.80
handleTimeRangeChange
Function · 0.80
handlePointClick
Function · 0.80
ProfileSelector
Function · 0.80
ProfileMetricsGraph
Function · 0.80
useQueryState
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected