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

Method isMultiDriverEnabled

bolt/core/QueryConfig.h:1470–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468
1469 bool isExchangeCompressionEnabled() const {
1470 return get<bool>(kExchangeCompression, false);
1471 }
1472
1473 bool isNativeCacheEnabled() const {
1474 return get<bool>(kNativeCacheEnabled, true);
1475 }

Callers 2

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected