MCPcopy Create free account
hub / github.com/getsentry/sentry / Boolean

Function Boolean

static/app/components/searchQueryBuilder/formattedQuery.tsx:79–86  ·  view source on GitHub ↗
({token}: {token: TokenResult<Token.LOGIC_BOOLEAN>})

Source from the content-addressed store, hash-verified

77}
78
79function Boolean({token}: {token: TokenResult<Token.LOGIC_BOOLEAN>}) {
80 const label = token.text.toUpperCase();
81 return (
82 <FilterWrapper aria-label={label}>
83 <Text variant="muted">{label}</Text>
84 </FilterWrapper>
85 );
86}
87
88function QueryToken({token}: TokenProps) {
89 switch (token.type) {

Callers 15

jest.config.tsFile · 0.85
rspack.config.tsFile · 0.85
eslint.config.tsFile · 0.85
renderMethod · 0.85
DataRequestsFunction · 0.85
InvoiceComparisonFunction · 0.85
BroadcastDetailsFunction · 0.85
SentryAppComponentIconFunction · 0.85
ResolveActionsFunction · 0.85
BasePlayerRootFunction · 0.85

Calls

no outgoing calls

Tested by 1

queryScreenStateFunction · 0.68