MCPcopy Create free account
hub / github.com/bytedance/bolt / queryTraceEnabled

Method queryTraceEnabled

bolt/core/QueryConfig.h:1304–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302 constexpr int32_t kDefaultPct = 5;
1303 return get<int32_t>(kMinSpillableReservationPct, kDefaultPct);
1304 }
1305
1306 /// Returns the spillable memory reservation growth percentage of the previous
1307 /// memory reservation size. 10 means exponential growth along a series of
1308 /// integer powers of 11/10. The reservation grows by this much until it no
1309 /// longer can, after which it starts spilling.

Callers 1

maybeMakeTraceConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected