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

Function stringMd5

lib/index-browser.js:939–941  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

937}
938
939function stringMd5(string) {
940 return Md5.hash(string);
941}
942
943/**
944 * Creates a new revision string that does NOT include the revision height

Callers 2

revFunction · 0.70
createViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…