(input: string)
| 1606 | } |
| 1607 | |
| 1608 | function sha256Hex(input: string): string { |
| 1609 | return createHash('sha256').update(input).digest('hex'); |
| 1610 | } |
| 1611 | |
| 1612 | // GitHub rejects pull request bodies longer than this many characters |
| 1613 | // (GraphQL: "Body is too long (maximum is 65536 characters)"). We leave a |
no outgoing calls
no test coverage detected
searching dependent graphs…