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