MCPcopy Index your code
hub / github.com/apache/pouchdb / stringMd5

Function stringMd5

lib/index.es.js:775–777  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

773}
774
775function 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

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…