Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ getData
Method
getData
cachelib/datatype/Buffer.cpp:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void* Buffer::getData(uint32_t offset) { return data_ + offset; }
65
66
const void* Buffer::getData(uint32_t offset) const { return data_ + offset; }
67
Callers
8
allocate
Method · 0.80
compact
Method · 0.80
getDataOffset
Method · 0.80
Iterator
Class · 0.80
getImpl
Method · 0.80
get
Method · 0.80
TEST
Function · 0.80
getMemory
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64