MCPcopy 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

removeLastPathSectionFunction · 0.85
getSubPathMethod · 0.85
withNewSubPathMethod · 0.85

Calls 2

findStartOfNetLocationFunction · 0.85
indexOfCharMethod · 0.80

Tested by

no test coverage detected