MCPcopy 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

executeMethod · 0.45
get_taskMethod · 0.45
maintenanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected