Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ front
Method
front
tpool/tpool_structs.h:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
assert(current == m_first);
367
}
368
T* front()
369
{
370
return m_first;
371
}
372
size_t size()
373
{
374
return m_count;
Callers
3
execute
Method · 0.45
get_task
Method · 0.45
maintenance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected