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

Function lte

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

Source from the content-addressed store, hash-verified

155}
156
157function lte(data: Record<string, any>): string {
158 return `${data.name}:<=${JSON.stringify(data.value)}`;
159}
160
161function eq(data: Record<string, any>): string {
162 return `${data.name}:${JSON.stringify(data.value)}`;

Callers 1

getStringifiedConditionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected