Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbuchfink/diamond
/ data
Method
data
src/data/string_set.h:149–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
{ return raw_len() - size() - PERIMETER_PADDING; }
148
149
T* data(uint64_t p = 0)
150
{ return &data_[p]; }
151
152
const T* data(uint64_t p = 0) const
153
{ return &data_[p]; }
Callers
15
save
Method · 0.45
TaxonomyNodes
Method · 0.45
get_seq
Method · 0.45
load_dict_entry
Method · 0.45
dict_seq
Method · 0.45
build_worker
Method · 0.45
write_unaligned
Function · 0.45
write_aligned
Function · 0.45
makeindex
Function · 0.45
HashedSeedSet
Method · 0.45
cbegin
Method · 0.45
raw_sequence
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected