Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ Pointer
Method
Pointer
lout/object.hh:105–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
public:
105
Pointer(void *value) { this->value = value; }
106
bool equals(Object *other);
107
int hashValue();
108
void intoStringBuffer(misc::StringBuffer *sb);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected