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

Method test_bytecode

bytecode/bytecode_base.cpp:1196–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1194}
1195
1196GDScriptDecomp::BytecodeTestResult GDScriptDecomp::test_bytecode(Vector<uint8_t> p_buffer, bool print_verbose) {
1197 int p_token_max = 0;
1198 int p_func_max = 0;
1199 return _test_bytecode(p_buffer, p_token_max, p_func_max, print_verbose);
1200}
1201
1202bool is_whitespace_or_ignorable(GDScriptDecomp::GlobalToken p_token) {
1203 switch (p_token) {

Callers 3

get_possibles_from_setFunction · 0.80
test_script_binaryFunction · 0.80
simple_pass_fail_testFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected