(fields: ContextField[], field: ContextField)
| 345 | } |
| 346 | |
| 347 | function contextIncludes(fields: ContextField[], field: ContextField): boolean { |
| 348 | return fields.includes(field); |
| 349 | } |
| 350 | |
| 351 | function addContextError( |
| 352 | payload: Record<string, unknown>, |
no outgoing calls
no test coverage detected