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

Function isLocalId

lib/index.js:1267–1269  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1265}
1266
1267function isLocalId(id) {
1268 return typeof id === 'string' && id.startsWith('_local/');
1269}
1270
1271// returns the current leaf node for a given revision
1272function 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…