Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
AString cWebAdmin::GetBaseURL( const AString& a_URL )
412
{
413
return GetBaseURL(StringSplit(a_URL,
"/"
));
414
}
415
416
417
Callers
nothing calls this directly
Calls
2
StringSplit
Function · 0.85
size
Method · 0.80
Tested by
no test coverage detected