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

Method exec

source/src/scriptinterpreter.cpp:1052–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050str class: window class
1051str process_path: window of process path
1052int index: index of windows
1053str var_name: var name for accept window count
1054
1055ptr return
1056*/
1057struct QiFunc_wnd_find : public QiFunc
1058{
1059 QiFunc_wnd_find() : QiFunc(1, 5) {}
1060 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override

Callers

nothing calls this directly

Calls 4

TextEditBoxFunction · 0.85
sizeMethod · 0.45
toStringMethod · 0.45
toBoolMethod · 0.45

Tested by

no test coverage detected