| 71 | // so sync() can tell an untouched buffer from a re-plotted one without |
| 72 | // diffing bytes. |
| 73 | struct Entry { |
| 74 | std::unique_ptr<oid::Stage> stage; |
| 75 | std::uint64_t revision; |
| 76 | }; |
| 77 | |
| 78 | // Reconciles by_name_ against the model's current contents: creates a |
| 79 | // Stage for a name not yet present, calls Stage::buffer_update() for a |
nothing calls this directly
no outgoing calls
no test coverage detected