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

Method has_string_delimiter

scene/gui/code_edit.cpp:1974–1976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1972}
1973
1974bool CodeEdit::has_string_delimiter(const String &p_start_key) const {
1975 return _has_delimiter(p_start_key, TYPE_STRING);
1976}
1977
1978void CodeEdit::set_string_delimiters(const TypedArray<String> &p_string_delimiters) {
1979 _set_delimiters(p_string_delimiters, TYPE_STRING);

Callers 2

_set_theme_for_scriptMethod · 0.80
test_code_edit.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected