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

Method position

sql/sql_load.cc:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265 my_off_t file_length() { return cache.end_of_file; }
266 my_off_t position() { return my_b_tell(&cache); }
267
268 /**
269 skip all data till the eof.

Callers 2

read_fixed_lengthFunction · 0.45
read_sep_fieldFunction · 0.45

Calls 1

my_b_tellFunction · 0.85

Tested by

no test coverage detected