Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ validateOutputFromOperators
Method
validateOutputFromOperators
bolt/core/QueryConfig.h:1478–1480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1476
}
1477
1478
bool validateOutputFromOperators() const {
1479
return get<bool>(kValidateOutputFromOperators, false);
1480
}
1481
1482
bool isExpressionEvaluationCacheEnabled() const {
1483
return get<bool>(kEnableExpressionEvaluationCache, true);
Callers
1
runInternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected