MCPcopy Create free account
hub / github.com/Snapchat/Valdi / invalidHitCondition

Function invalidHitCondition

valdi/vscode_debugger/src/dap/errors.ts:134–142  ·  view source on GitHub ↗
(expression: string)

Source from the content-addressed store, hash-verified

132 );
133
134export const invalidHitCondition = (expression: string) =>
135 createUserError(
136 localize(
137 'invalidHitCondition',
138 'Invalid hit condition "{0}". Expected an expression like "> 42" or "== 2".',
139 expression,
140 ),
141 ErrorCodes.InvalidHitCondition,
142 );
143
144export const profileCaptureError = () =>
145 createUserError(

Callers 1

parseMethod · 0.90

Calls 1

createUserErrorFunction · 0.85

Tested by

no test coverage detected