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

Method setSpecified

src/common/security.h:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void setSpecified(int newValue)
127 {
128 s = newValue;
129 if (s)
130 {
131 value = 0;
132 }
133 }
134
135 int get()
136 {

Callers 2

get_switchesFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected