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

Function isLocalId

lib/index-browser.js:1426–1428  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1424}
1425
1426function isLocalId(id) {
1427 return typeof id === 'string' && id.startsWith('_local/');
1428}
1429
1430// returns the current leaf node for a given revision
1431function latest(rev, metadata) {

Callers 5

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