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

Method get_message

compat/optimized_translation_extractor.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 return true;
214}
215StringName OptimizedTranslationExtractor::get_message(const String &p_src_text, const StringName &p_context) const {
216 return get_message(p_src_text.utf8().get_data(), p_context);
217}
218
219StringName OptimizedTranslationExtractor::get_message(const StringName &p_src_text, const StringName &p_context) const {
220 return get_message(p_src_text.operator String().utf8().get_data(), p_context);

Callers 1

generateMethod · 0.45

Calls 1

get_dataMethod · 0.45

Tested by

no test coverage detected