MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ~Hash_set

Method ~Hash_set

sql/sql_hset.h:44–47  ·  view source on GitHub ↗

Destroy the hash by freeing the buckets table. Does not call destructors for the elements. */

Source from the content-addressed store, hash-verified

42 not call destructors for the elements.
43 */
44 ~Hash_set()
45 {
46 my_hash_free(&m_hash);
47 }
48 /**
49 Insert a single value into a hash. Does not tell whether
50 the value was inserted -- if an identical value existed,

Callers

nothing calls this directly

Calls 1

my_hash_freeFunction · 0.85

Tested by

no test coverage detected