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

Method create_decomp_for_commit

bytecode/bytecode_versions.cpp:134–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134Ref<GDScriptDecomp> GDScriptDecompVersion::create_decomp_for_commit(int p_commit_hash) {
135 switch (p_commit_hash) {
136 case 0xebc36a7: return memnew(GDScriptDecomp_ebc36a7);
137 case 0x2e216b5: return memnew(GDScriptDecomp_2e216b5);
138 case 0xee121ef: return memnew(GDScriptDecomp_ee121ef);
139 case 0xb59d6be: return memnew(GDScriptDecomp_b59d6be);
140 case 0x77af6ca: return memnew(GDScriptDecomp_77af6ca);
141 case 0xf3f05dc: return memnew(GDScriptDecomp_f3f05dc);
142 case 0x506df14: return memnew(GDScriptDecomp_506df14);
143 case 0xa7aad78: return memnew(GDScriptDecomp_a7aad78);
144 case 0x5565f55: return memnew(GDScriptDecomp_5565f55);
145 case 0x6694c11: return memnew(GDScriptDecomp_6694c11);
146 case 0xa60f242: return memnew(GDScriptDecomp_a60f242);
147 case 0xc00427a: return memnew(GDScriptDecomp_c00427a);
148 case 0x620ec47: return memnew(GDScriptDecomp_620ec47);
149 case 0x7f7d97f: return memnew(GDScriptDecomp_7f7d97f);
150 case 0x514a3fb: return memnew(GDScriptDecomp_514a3fb);
151 case 0x1a36141: return memnew(GDScriptDecomp_1a36141);
152 case 0x1ca61a3: return memnew(GDScriptDecomp_1ca61a3);
153 case 0xd6b31da: return memnew(GDScriptDecomp_d6b31da);
154 case 0x8aab9a0: return memnew(GDScriptDecomp_8aab9a0);
155 case 0xa3f1ee5: return memnew(GDScriptDecomp_a3f1ee5);
156 case 0x8e35d93: return memnew(GDScriptDecomp_8e35d93);
157 case 0x3ea6d9f: return memnew(GDScriptDecomp_3ea6d9f);
158 case 0xa56d6ff: return memnew(GDScriptDecomp_a56d6ff);
159 case 0xff1e7cf: return memnew(GDScriptDecomp_ff1e7cf);
160 case 0x054a2ac: return memnew(GDScriptDecomp_054a2ac);
161 case 0x91ca725: return memnew(GDScriptDecomp_91ca725);
162 case 0x216a8aa: return memnew(GDScriptDecomp_216a8aa);
163 case 0xd28da86: return memnew(GDScriptDecomp_d28da86);
164 case 0xc6120e7: return memnew(GDScriptDecomp_c6120e7);
165 case 0x015d36d: return memnew(GDScriptDecomp_015d36d);
166 case 0x5e938f0: return memnew(GDScriptDecomp_5e938f0);
167 case 0xc24c739: return memnew(GDScriptDecomp_c24c739);
168 case 0xf8a7c46: return memnew(GDScriptDecomp_f8a7c46);
169 case 0x62273e5: return memnew(GDScriptDecomp_62273e5);
170 case 0x8b912d1: return memnew(GDScriptDecomp_8b912d1);
171 case 0x23381a5: return memnew(GDScriptDecomp_23381a5);
172 case 0x513c026: return memnew(GDScriptDecomp_513c026);
173 case 0x4ee82a2: return memnew(GDScriptDecomp_4ee82a2);
174 case 0x1add52b: return memnew(GDScriptDecomp_1add52b);
175 case 0xed80f45: return memnew(GDScriptDecomp_ed80f45);
176 case 0x85585c7: return memnew(GDScriptDecomp_85585c7);
177 case 0x7124599: return memnew(GDScriptDecomp_7124599);
178 case 0x23441ec: return memnew(GDScriptDecomp_23441ec);
179 case 0x6174585: return memnew(GDScriptDecomp_6174585);
180 case 0x64872ca: return memnew(GDScriptDecomp_64872ca);
181 case 0x7d2d144: return memnew(GDScriptDecomp_7d2d144);
182 case 0x30c1229: return memnew(GDScriptDecomp_30c1229);
183 case 0x48f1d02: return memnew(GDScriptDecomp_48f1d02);
184 case 0x65d48d6: return memnew(GDScriptDecomp_65d48d6);
185 case 0xbe46be7: return memnew(GDScriptDecomp_be46be7);
186 case 0x97f34a1: return memnew(GDScriptDecomp_97f34a1);
187 case 0x2185c01: return memnew(GDScriptDecomp_2185c01);
188 case 0xe82dc40: return memnew(GDScriptDecomp_e82dc40);
189 case 0x8cab401: return memnew(GDScriptDecomp_8cab401);
190 case 0x703004f: return memnew(GDScriptDecomp_703004f);
191 case 0x31ce3c5: return memnew(GDScriptDecomp_31ce3c5);

Callers

nothing calls this directly

Calls 3

create_decompMethod · 0.80
sizeMethod · 0.45
is_customMethod · 0.45

Tested by

no test coverage detected