MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_as_binary_tokens

Method get_as_binary_tokens

modules/gdscript/gdscript.cpp:1162–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162Vector<uint8_t> GDScript::get_as_binary_tokens() const {
1163 GDScriptTokenizerBuffer tokenizer;
1164 return tokenizer.parse_code_string(source, GDScriptTokenizerBuffer::COMPRESS_NONE);
1165}
1166
1167const HashMap<StringName, GDScriptFunction *> &GDScript::debug_get_member_functions() const {
1168 return member_functions;

Callers

nothing calls this directly

Calls 1

parse_code_stringMethod · 0.80

Tested by

no test coverage detected