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

Method getQueryString

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

Source from the content-addressed store, hash-verified

348}
349
350String URL::getQueryString() const
351{
352 if (parameterNames.size() > 0)
353 return "?" + URLHelpers::getMangledParameters (*this);
354
355 return {};
356}
357
358String URL::getScheme() const
359{

Callers

nothing calls this directly

Calls 2

getMangledParametersFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected