Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ NoneObject
Class
NoneObject
src/pystack/_pystack/pytypes.h:114–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
};
113
114
class NoneObject
115
{
116
public:
117
explicit NoneObject(remote_addr_t addr);
118
119
// Methods
120
std::string toString(ssize_t max_size) const;
121
};
122
123
class Object
124
{
Callers
1
toConcreteObject
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected