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

Method getData

src/jrd/extds/ValidatePassword.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 const unsigned char* getData(unsigned int* length) override
95 {
96 *length = data.getCount();
97 return data.begin();
98 }
99
100 void putData(CheckStatusWrapper* status, unsigned int length, const void* d) override;
101

Callers

nothing calls this directly

Calls 2

getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected