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

Method assignOnce

src/common/classes/Nullable.h:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 bool assignOnce(const T& v)
166 {
167 if (this->specified)
168 return false;
169
170 *this = v;
171 return true;
172 }
173
174 void invalidate()
175 {

Callers 1

transaction_optionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected