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

Function formatSeq

lib/index.es.js:5230–5232  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

5228 }
5229
5230 function formatSeq(n) {
5231 return ('0000000000000000' + n).slice(-16);
5232 }
5233
5234 function parseSeq(s) {
5235 return parseInt(s, 10);

Callers 4

LevelPouchFunction · 0.70
finishFunction · 0.70
onGetMetadataFunction · 0.70
doMigrationTwoFunction · 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…