MCPcopy 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
67private:
68 /// 16 KiB - not too big but enough to handle error.

Callers 2

ThreadStatusMethod · 0.45
createBitmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected