Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ taskWriterCount
Method
taskWriterCount
bolt/core/QueryConfig.h:1433–1435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1431
}
1432
1433
uint32_t taskWriterCount() const {
1434
return get<uint32_t>(kTaskWriterCount, 4);
1435
}
1436
1437
uint32_t taskPartitionedWriterCount() const {
1438
return get<uint32_t>(kTaskPartitionedWriterCount)
Callers
2
TEST_F
Function · 0.80
maxDrivers
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64