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

Method check

src/common/status.h:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void check() const
84 {
85 if (localStatusVector.isDirty())
86 {
87 if (localStatus.getState() & Firebird::IStatus::STATE_ERRORS)
88 raise();
89 }
90 }
91
92 void copyTo(SW* to) const
93 {

Callers

nothing calls this directly

Calls 3

raiseFunction · 0.85
isDirtyMethod · 0.80
getStateMethod · 0.45

Tested by

no test coverage detected