MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / data

Method data

src/compactvector.h:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 T* data() noexcept { return m_data; }
159 const T* data() const noexcept { return m_data; }
160};
161static_assert(sizeof(compactvector<void*>) <= 16, "not compact");

Callers 15

processChangesAsyncMethod · 0.80
rdbSaveFunction · 0.80
enqueueMethod · 0.80
endWorkMethod · 0.80
flushQueuedKeysMethod · 0.80
mainFunction · 0.80
syncWithMasterFunction · 0.80
replicaReplayCommandFunction · 0.80
expireSubKeyMethod · 0.80
rewriteAppendOnlyFileFunction · 0.80
retrieveMethod · 0.80
enumerateMethod · 0.80

Calls

no outgoing calls

Tested by 6

retrieveMethod · 0.64
enumerateMethod · 0.64
enumerate_hashslotMethod · 0.64
record_page_associationFunction · 0.64
PrintStringToFunction · 0.64
PrintWideStringToFunction · 0.64