(value: string)
| 67 | }; |
| 68 | |
| 69 | function normalizeContextValue(value: string): string { |
| 70 | return value.trim(); |
| 71 | } |
| 72 | |
| 73 | function normalizeContextList(contexts: string[] | undefined): string[] { |
| 74 | const seen = new Set<string>(); |
no outgoing calls
no test coverage detected