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

Method quote

core/string/ustring.cpp:5851–5853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5849}
5850
5851String String::quote(const String &quotechar) const {
5852 return quotechar + *this + quotechar;
5853}
5854
5855String String::unquote() const {
5856 if (!is_quoted()) {

Callers 15

get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
_add_nodes_to_optionsFunction · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80
get_argument_optionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected