MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setExtensionOption

Method setExtensionOption

src/main/client_context.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void ClientContext::setExtensionOption(std::string name, Value value) {
183 StringUtils::toLower(name);
184 extensionOptionValues.insert_or_assign(name, std::move(value));
185}
186
187const main::ExtensionOption* ClientContext::getExtensionOption(std::string optionName) const {
188 return localDatabase->extensionManager->getExtensionOption(optionName);

Callers 1

getNextTuplesInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected