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

Function TEST_F

bolt/core/tests/QueryConfigTest.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45TEST_F(QueryConfigTest, emptyConfig) {
46 auto queryCtx = QueryCtx::create(nullptr, QueryConfig{{}});
47 const QueryConfig& config = queryCtx->queryConfig();
48
49 ASSERT_FALSE(config.isLegacyCast());
50}
51
52TEST_F(QueryConfigTest, setConfig) {
53 std::string path = "/tmp/setConfig";

Callers

nothing calls this directly

Calls 15

memoryManagerFunction · 0.85
isLegacyCastMethod · 0.80
has_valueMethod · 0.80
taskWriterCountMethod · 0.80
addRootPoolMethod · 0.80
addLeafChildMethod · 0.80
exprEvalCacheEnabledMethod · 0.80
vectorPoolMethod · 0.80
getSelectivityVectorMethod · 0.80

Tested by

no test coverage detected