MCPcopy
hub / github.com/apache/pouchdb / stringMd5

Function stringMd5

lib/index.js:780–782  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

778}
779
780function 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

Callers 2

revFunction · 0.70
createViewFunction · 0.70

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…