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

Method Attributes

src/utilities/gsec/gsec.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 {
216 public:
217 explicit Attributes(Firebird::IUser* data)
218 : ConfigFile(USE_TEXT, data->attributes()->entered() ? data->attributes()->get() : "")
219 { }
220
221 int operator[](const char* name)
222 {

Callers

nothing calls this directly

Calls 3

enteredMethod · 0.45
attributesMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected