(id)
| 1260 | } |
| 1261 | |
| 1262 | function isLocalId(id) { |
| 1263 | return typeof id === 'string' && id.startsWith('_local/'); |
| 1264 | } |
| 1265 | |
| 1266 | // returns the current leaf node for a given revision |
| 1267 | function latest(rev, metadata) { |
no outgoing calls
no test coverage detected
searching dependent graphs…