MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_function_count

Method get_function_count

bytecode/bytecode_custom.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected