Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
161
static_assert(sizeof(compactvector<void*>) <= 16,
"not compact"
);
Callers
15
processChangesAsync
Method · 0.80
rdbSave
Function · 0.80
enqueue
Method · 0.80
endWork
Method · 0.80
flushQueuedKeys
Method · 0.80
main
Function · 0.80
syncWithMaster
Function · 0.80
replicaReplayCommand
Function · 0.80
expireSubKey
Method · 0.80
rewriteAppendOnlyFile
Function · 0.80
retrieve
Method · 0.80
enumerate
Method · 0.80
Calls
no outgoing calls
Tested by
6
retrieve
Method · 0.64
enumerate
Method · 0.64
enumerate_hashslot
Method · 0.64
record_page_association
Function · 0.64
PrintStringTo
Function · 0.64
PrintWideStringTo
Function · 0.64