MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / loadId

Method loadId

source/src/action.cpp:642–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641QiIdList Action::loadId(QiType type) const
642{
643 QiIdList id;
644 iter([&id](const Action& action) { id.append(action.base().id); return false; }, type);
645 return id;
646}
647
648bool Actions::equals(const Actions& other) const
649{
650 if (size() != other.size()) return false;

Callers 8

loadMethod · 0.80
resetMethod · 0.80
ItemPasteMethod · 0.80
ItemPasteFrontMethod · 0.80
ItemPasteBackMethod · 0.80
ItemPasteReplaceMethod · 0.80
WidgetGetJumpPointMethod · 0.80
WidgetGetBlockMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected