Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ DataNode
Class
DataNode
libCacheSim/dataStructure/robin_hood.h:960–960 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
958
// on the heap so swap merely swaps a pointer.
959
template <typename M, bool>
960
class DataNode {};
961
962
// Small: just allocate on the stack.
963
template <typename M>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected