(s: &str)
| 388 | demote: bool, |
| 389 | ) { |
| 390 | if demote { |
| 391 | // A re-store of an existing address is a no-op: content |
| 392 | // addressing guarantees identical bytes. (Alpha-collapsed blocks |
| 393 | // re-store the shared address once per member.) The cached mode |
| 394 | // keeps insert-overwrite: there a re-store can upgrade a |
| 395 | // cache-less lazy-loaded entry to a cached one. |
no outgoing calls