Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ ListNode
Class
ListNode
src/pystack/_pystack/mem.h:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
{
121
private:
122
struct ListNode
123
{
124
uintptr_t key;
125
size_t size;
126
};
127
128
struct CacheValue
129
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected