MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / cels_range

Function cels_range

src/app/document_range_tests.cpp:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235inline DocumentRange cels_range(int fromLayer, frame_t fromFrNum, int toLayer, frame_t toFrNum) {
236 return range(fromLayer, fromFrNum, toLayer, toFrNum, DocumentRange::kCels);
237}
238
239TEST_F(DocRangeOps, MoveLayersNoOp) {
240 // Move one layer to the same place

Callers 1

TEST_FFunction · 0.85

Calls 1

rangeFunction · 0.70

Tested by

no test coverage detected