Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ InSlowdownMode
Method
InSlowdownMode
src/quota/ts_write_flow_controller.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
bool TryWrite(uint64_t size) { return flow_controller_.TryConsume(size); }
28
29
bool InSlowdownMode() { return flow_controller_.InFlowControlMode(); }
30
31
private:
32
TsWriteFlowController()
Callers
2
TEST
Function · 0.80
CompactTablet
Method · 0.80
Calls
1
InFlowControlMode
Method · 0.80
Tested by
1
TEST
Function · 0.64