(text: string)
| 128 | } |
| 129 | |
| 130 | function findFirstUrl(text: string): string | undefined { |
| 131 | return text.match(/https?:\/\/\S+/)?.[0] |
| 132 | } |
| 133 | |
| 134 | export function getCodeLanguage(payload: PageCapturePayload): string { |
| 135 | const sourceName |
no outgoing calls
no test coverage detected