Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
int GDScriptDecomp_custom::get_token_max() const {
128
return tokens.size() - 1;
129
}
130
131
int GDScriptDecomp_custom::get_function_index(const String &p_func) const {
132
return functions.find(p_func);
Callers
1
test_bytecode.h
File · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected