Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5851
String String::quote(const String "echar) const {
5852
return quotechar + *this + quotechar;
5853
}
5854
5855
String String::unquote() const {
5856
if (!is_quoted()) {
Callers
15
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
_add_nodes_to_options
Function · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
get_argument_options
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected