(string)
| 773 | } |
| 774 | |
| 775 | function stringMd5(string) { |
| 776 | return crypto.createHash('md5').update(string, 'binary').digest('hex'); |
| 777 | } |
| 778 | |
| 779 | /** |
| 780 | * Creates a new revision string that does NOT include the revision height |
no test coverage detected
searching dependent graphs…