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

Method assign

src/common/StatusArg.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void StatusVector::ImplStatusVector::assign(const StatusVector& v) throw()
139{
140 clear();
141 append(v);
142}
143
144void StatusVector::ImplStatusVector::assign(const Exception& ex) throw()
145{

Callers 11

stuffByExceptionMethod · 0.45
typeBufferFunction · 0.45
checkServerUsersVersionFunction · 0.45
getStringInfoFunction · 0.45
parseMethod · 0.45
setMethod · 0.45
CVT_conversion_errorFunction · 0.45
readenvFunction · 0.45
exactNumericToStrFunction · 0.45
dpbItemUpperFunction · 0.45
SDL_infoFunction · 0.45

Calls 2

clearClass · 0.50
stuffExceptionMethod · 0.45

Tested by

no test coverage detected