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

Function copy_range

src/app/document_range_ops.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340DocumentRange copy_range(Document* doc, const DocumentRange& from, const DocumentRange& to, DocumentRangePlace place)
341{
342 return drop_range_op(doc, Copy, from, place, to);
343}
344
345void reverse_frames(Document* doc, const DocumentRange& range)
346{

Callers

nothing calls this directly

Calls 1

drop_range_opFunction · 0.85

Tested by

no test coverage detected