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

Function formatUnexpected

src/Interpreters/WasmModuleManager.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template <typename... Args>
53auto formatUnexpected(FormatStringHelper<Args...> fmt, Args && ...args)
54{
55 return std::unexpected(PreformattedMessage::create(std::move(fmt), std::forward<Args>(args)...));
56}
57
58static String trimAndEscape(std::string_view name, size_t max_length = 128)
59{

Callers 2

checkValidWasmCodeFunction · 0.85
validateModuleFileFunction · 0.85

Calls 1

createFunction · 0.50

Tested by

no test coverage detected