MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / quoteString

Function quoteString

src/hx/libs/std/Process.cpp:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167static String quoteString(String v)
168{
169 #ifdef HX_SMART_STRINGS
170 if (v.isUTF16Encoded())
171 return TQuoted(v.raw_wptr(),v.length);
172 #endif
173 return TQuoted(v.raw_ptr(),v.length);
174}
175
176
177

Callers 1

_hx_std_process_runFunction · 0.85

Calls 1

TQuotedFunction · 0.85

Tested by

no test coverage detected