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

Function isLocalId

lib/index.es.js:1262–1264  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1260}
1261
1262function isLocalId(id) {
1263 return typeof id === 'string' && id.startsWith('_local/');
1264}
1265
1266// returns the current leaf node for a given revision
1267function latest(rev, metadata) {

Callers 5

_setupMethod · 0.70
processDocsFunction · 0.70
LevelPouchFunction · 0.70
fetchExistingDocsFunction · 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…