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

Method getData

src/jrd/extds/ValidatePassword.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 const unsigned char* getData(unsigned int* length)
138 {
139 *length = data.getCount();
140 return data.begin();
141 }
142
143 void putData(CheckStatusWrapper* status, unsigned int length, const void* d);
144

Callers

nothing calls this directly

Calls 2

getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected