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

Method get_token_max

bytecode/bytecode_custom.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127int GDScriptDecomp_custom::get_token_max() const {
128 return tokens.size() - 1;
129}
130
131int GDScriptDecomp_custom::get_function_index(const String &p_func) const {
132 return functions.find(p_func);

Callers 1

test_bytecode.hFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected