MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / OffChange

Class OffChange

src/controller.cpp:1419–1419  ·  view source on GitHub ↗

Compute new offsets for real nodes

Source from the content-addressed store, hash-verified

1417
1418 // Compute new offsets for real nodes
1419 struct OffChange { uint64_t id; int oldOff; int newOff; };
1420 QVector<OffChange> offChanges;
1421 int cursor = 0;
1422 for (auto& rn : realNodes) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected