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

Method list

src/jrd/UserManagement.cpp:127–138  ·  view source on GitHub ↗

IListUsers implementation

Source from the content-addressed store, hash-verified

125
126 // IListUsers implementation
127 void list(CheckStatusWrapper* status, IUser* data)
128 {
129 try
130 {
131 value = data->attributes()->entered() ? data->attributes()->get() : "";
132 present = true;
133 }
134 catch (const Exception& ex)
135 {
136 ex.stuffException(status);
137 }
138 }
139
140 string value;
141 bool present;

Callers

nothing calls this directly

Calls 4

enteredMethod · 0.45
attributesMethod · 0.45
getMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected