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

Method trySet

src/Functions/UserDefined/UserDefinedWebAssembly.cpp:862–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860};
861
862void WebAssemblyFunctionSettings::trySet(const String & name, Field value)
863{
864 WebAssemblyFunctionSettingsConstraits::instance().normalizeAndCheck(name, value);
865 settings.emplace(name, std::move(value));
866}
867
868Field WebAssemblyFunctionSettings::getValue(const String & name) const
869{

Callers 2

updateMethod · 0.45
storeObjectImplMethod · 0.45

Calls 2

normalizeAndCheckMethod · 0.80
emplaceMethod · 0.45

Tested by

no test coverage detected