Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ findStartOfPath
Function
findStartOfPath
JUCE/modules/juce_core/network/juce_URL.cpp:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
static int findStartOfPath (const String& url)
278
{
279
return url.indexOfChar (findStartOfNetLocation (url),
'/'
) + 1;
280
}
281
282
static void concatenatePaths (String& path, const String& suffix)
283
{
Callers
3
removeLastPathSection
Function · 0.85
getSubPath
Method · 0.85
withNewSubPath
Method · 0.85
Calls
2
findStartOfNetLocation
Function · 0.85
indexOfChar
Method · 0.80
Tested by
no test coverage detected