Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
436
URL URL::getParentURL() const
437
{
438
URL u (*this);
439
u.url = URLHelpers::removeLastPathSection (u.url);
440
return u;
441
}
442
443
URL URL::getChildURL (const String& subPath) const
444
{
Callers
1
runTest
Method · 0.80
Calls
1
removeLastPathSection
Function · 0.85
Tested by
no test coverage detected