MCPcopy Create free account
hub / github.com/MariaDB/server / iterator_value

Method iterator_value

sql/sql_profile.h:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 T *iterator_value(void *current)
166 {
167 return ((struct queue_item *) current)->payload;
168 }
169
170};
171

Callers 2

show_profilesMethod · 0.80
fill_statistics_infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected