MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / fuelModeIndex

Function fuelModeIndex

src/Interpreters/WasmModuleManager.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45constexpr auto FILE_EXTENSION = ".wasm";
46
47static size_t fuelModeIndex(FuelMode fuel_mode)
48{
49 return fuel_mode == FuelMode::Enabled ? 0 : 1;
50}
51
52template <typename... Args>
53auto formatUnexpected(FormatStringHelper<Args...> fmt, Args && ...args)

Callers 1

getModuleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected