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

Method putLevel

src/common/Auth.cpp:89–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void WriterImplementation::putLevel()
90{
91 current.rewind();
92 if (current.isEof())
93 {
94 return;
95 }
96 current.insertString(AuthReader::AUTH_TYPE, type);
97
98 result.insertBytes(sequence++, current.getBuffer(), current.getBufferLength());
99}
100
101void WriterImplementation::setType(Firebird::CheckStatusWrapper* st, const char* value)
102{

Callers

nothing calls this directly

Calls 6

rewindMethod · 0.45
isEofMethod · 0.45
insertStringMethod · 0.45
insertBytesMethod · 0.45
getBufferMethod · 0.45
getBufferLengthMethod · 0.45

Tested by

no test coverage detected