| 104 | } |
| 105 | |
| 106 | int GDScriptDecomp_custom::get_function_count() const { |
| 107 | return functions.size(); |
| 108 | } |
| 109 | |
| 110 | Pair<int, int> GDScriptDecomp_custom::get_function_arg_count(int p_func) const { |
| 111 | String func_name = get_function_name(p_func); |
no test coverage detected