Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
39
static inline void assign_key(sTree* t, key_type k){
40
t->key=k;
41
}
42
43
44
sTree * splay (key_type i, sTree *t);
Callers
1
insert
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected