Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ getData
Method
getData
src/Common/ThreadStatus.cpp:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
static size_t getSize() { return std::max<size_t>(16 << 10, MINSIGSTKSZ); }
65
void * getData() const { return data; }
66
67
private:
68
/// 16 KiB - not too big but enough to handle error.
Callers
2
ThreadStatus
Method · 0.45
createBitmap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected