Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/krita
/ child
Method
child
libs/command/kundo2stack.cpp:315–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
*/
314
315
const KUndo2Command *KUndo2Command::child(int index) const
316
{
317
if (index < 0 || index >= d->child_list.count())
318
return 0;
319
return d->child_list.at(index);
320
}
321
322
bool KUndo2Command::hasParent() const
323
{
Callers
nothing calls this directly
Calls
2
count
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected