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