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

Method inRange

src/app/document_range.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool DocumentRange::inRange(LayerIndex layer) const
61{
62 if (enabled())
63 return (layer >= layerBegin() && layer <= layerEnd());
64 else
65 return false;
66}
67
68bool DocumentRange::inRange(frame_t frame) const
69{

Callers 6

countCelsMethod · 0.80
onCommitChangeMethod · 0.80
showSelectedLayersMethod · 0.80
isLayerActiveMethod · 0.80
isFrameActiveMethod · 0.80
pasteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected