MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / assign_key

Function assign_key

libCacheSim/dataStructure/splay.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 free(t);
38}
39static inline void assign_key(sTree* t, key_type k){
40 t->key=k;
41}
42
43
44sTree * splay (key_type i, sTree *t);

Callers 1

insertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected