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

Class PadInsert

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

Compute where padding is needed (gaps between consecutive nodes)

Source from the content-addressed store, hash-verified

1429
1430 // Compute where padding is needed (gaps between consecutive nodes)
1431 struct PadInsert { int offset; int size; };
1432 QVector<PadInsert> padsNeeded;
1433
1434 for (int i = 0; i < realNodes.size(); i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected