MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / toString

Method toString

JUCE/modules/juce_core/network/juce_URL.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314String URL::toString (bool includeGetParameters) const
315{
316 if (includeGetParameters)
317 return url + getQueryString();
318
319 return url;
320}
321
322bool URL::isEmpty() const noexcept
323{

Callers 14

connectMethod · 0.95
closeSocketFunction · 0.45
runTestMethod · 0.45
getPostDataFunction · 0.45
connectMethod · 0.45
setOptionsMethod · 0.45
connectMethod · 0.45
urlToUriFunction · 0.45
varObjectToNSDictionaryFunction · 0.45
varArrayToNSArrayFunction · 0.45
connectMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected