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

Method getParentURL

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

Source from the content-addressed store, hash-verified

434}
435
436URL URL::getParentURL() const
437{
438 URL u (*this);
439 u.url = URLHelpers::removeLastPathSection (u.url);
440 return u;
441}
442
443URL URL::getChildURL (const String& subPath) const
444{

Callers 1

runTestMethod · 0.80

Calls 1

removeLastPathSectionFunction · 0.85

Tested by

no test coverage detected