Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetOneFileName
Method
GetOneFileName
Tools/AnvilStats/Processor.cpp:573–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
572
573
AString cProcessor::GetOneFileName(void)
574
{
575
cCSLock Lock(m_CS);
576
if (m_FileQueue.empty())
577
{
578
return
""
;
579
}
580
AString res = m_FileQueue.back();
581
m_FileQueue.pop_back();
582
return res;
583
}
584
585
586
Callers
1
Execute
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected