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

Method get_name

bytecode/gdscript_tokenizer_compat.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173const char *GDScriptTokenizerCompat::Token::get_name() const {
174 return GDScriptTokenizerCompat::token_names[(int)type];
175}
176
177String GDScriptTokenizerCompat::Token::get_debug_name() const {
178 switch (type) {

Callers 1

_binary_to_tokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected