MCPcopy 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

saveMethod · 0.45
TaxonomyNodesMethod · 0.45
get_seqMethod · 0.45
load_dict_entryMethod · 0.45
dict_seqMethod · 0.45
build_workerMethod · 0.45
write_unalignedFunction · 0.45
write_alignedFunction · 0.45
makeindexFunction · 0.45
HashedSeedSetMethod · 0.45
cbeginMethod · 0.45
raw_sequenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected