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

Method addFrame

src/app/document_api.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void DocumentApi::addFrame(Sprite* sprite, frame_t newFrame)
163{
164 copyFrame(sprite, newFrame-1, newFrame);
165}
166
167void DocumentApi::addEmptyFrame(Sprite* sprite, frame_t newFrame)
168{

Callers 5

onExecuteMethod · 0.45
onExecuteMethod · 0.45
onUndoMethod · 0.45
readImageDescRecordMethod · 0.45
pasteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected