Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void StatusVector::ImplStatusVector::assign(const StatusVector& v) throw()
139
{
140
clear();
141
append(v);
142
}
143
144
void StatusVector::ImplStatusVector::assign(const Exception& ex) throw()
145
{
Callers
11
stuffByException
Method · 0.45
typeBuffer
Function · 0.45
checkServerUsersVersion
Function · 0.45
getStringInfo
Function · 0.45
parse
Method · 0.45
set
Method · 0.45
CVT_conversion_error
Function · 0.45
readenv
Function · 0.45
exactNumericToStr
Function · 0.45
dpbItemUpper
Function · 0.45
SDL_info
Function · 0.45
Calls
2
clear
Class · 0.50
stuffException
Method · 0.45
Tested by
no test coverage detected