(id)
| 1424 | } |
| 1425 | |
| 1426 | function isLocalId(id) { |
| 1427 | return typeof id === 'string' && id.startsWith('_local/'); |
| 1428 | } |
| 1429 | |
| 1430 | // returns the current leaf node for a given revision |
| 1431 | function latest(rev, metadata) { |
no outgoing calls
no test coverage detected
searching dependent graphs…