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

Method is_hashed

sql/sql_cache.h:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 inline ulonglong engine_data() { return engine_data_buff; }
231 inline void engine_data(ulonglong data_arg){ engine_data_buff= data_arg; }
232 inline my_bool is_hashed() { return hashed; }
233 inline void set_hashed(my_bool hash) { hashed= hash; }
234 inline uchar* data()
235 {

Callers 1

unlink_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected