| 1410 | } |
| 1411 | |
| 1412 | bool exprTrackCpuUsage() const { |
| 1413 | return get<bool>(kExprTrackCpuUsage, false); |
| 1414 | } |
| 1415 | |
| 1416 | uint64_t reasonableBoltThreadSize() const { |
| 1417 | constexpr uint64_t kReasonableSize = 10; |
no outgoing calls
no test coverage detected