MCPcopy Index your code
hub / github.com/getsentry/sentry / lt

Function lt

static/gsAdmin/views/dynamicSamplingPanel.tsx:149–151  ·  view source on GitHub ↗
(data: Record<string, any>)

Source from the content-addressed store, hash-verified

147}
148
149function lt(data: Record<string, any>): string {
150 return `${data.name}:<${JSON.stringify(data.value)}`;
151}
152
153function gte(data: Record<string, any>): string {
154 return `${data.name}:>=${JSON.stringify(data.value)}`;

Callers 1

getStringifiedConditionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected