Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ getJITenabledForSpill
Method
getJITenabledForSpill
bolt/common/base/SpillConfig.cpp:321–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
bool SpillConfig::getJITenabledForSpill() const noexcept {
322
return jitEnabled;
323
}
324
} // namespace bytedance::bolt::common
Callers
4
noMoreInputCommon
Method · 0.80
ensureSorted
Method · 0.80
finishSpill
Method · 0.80
getOutputWithSpill
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected