MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / setInfo

Method setInfo

src/jrd/ExtEngineManager.cpp:729–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void* ExtEngineManager::ExternalContextImpl::setInfo(int code, void* value)
730{
731 void* oldValue = getInfo(code);
732 miscInfo.put(code, value);
733 return oldValue;
734}
735
736
737//---------------------

Callers 2

start_cryptFunction · 0.45
setDbInfoMethod · 0.45

Calls 1

putMethod · 0.45

Tested by

no test coverage detected