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

Method find_index

source/src/action.cpp:725–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723
724QiIndex Actions::find_index(QiType type, int id) const
725{
726 QiIndex index;
727 ::find_index(*this, index, type, id);
728 return index;
729}
730QiIndex Actions::find_index(QiTypeProperty property) const
731{
732 QiIndex index;
733 ::find_index(*this, index, property);

Callers

nothing calls this directly

Calls 1

find_indexFunction · 0.85

Tested by

no test coverage detected