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

Method get_message_str

compat/optimized_translation_extractor.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417String OptimizedTranslationExtractor::get_message_str(const StringName &p_src_text) const {
418 return get_message_str(p_src_text.operator String().utf8().get_data());
419}
420
421String OptimizedTranslationExtractor::get_message_str(const String &p_src_text) const {
422 return get_message_str(p_src_text.utf8().get_data());

Callers 1

try_keyMethod · 0.80

Calls 3

hashFunction · 0.85
get_dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected