MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetBaseURL

Method GetBaseURL

src/WebAdmin.cpp:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409
410
411AString cWebAdmin::GetBaseURL( const AString& a_URL )
412{
413 return GetBaseURL(StringSplit(a_URL, "/"));
414}
415
416
417

Callers

nothing calls this directly

Calls 2

StringSplitFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected