Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ ConstString
Method
ConstString
lout/object.hh:168–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
167
public:
168
ConstString(const char *str) { this->str = str; }
169
bool equals(Object *other);
170
int hashValue();
171
int compareTo(Comparable *other);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected