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

Method putSegment

src/yvalve/why.cpp:4228–4239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4226}
4227
4228void YBlob::putSegment(CheckStatusWrapper* status, unsigned int length, const void* buffer)
4229{
4230 try
4231 {
4232 YEntry<YBlob> entry(status, this);
4233 entry.next()->putSegment(status, length, buffer);
4234 }
4235 catch (const Exception& e)
4236 {
4237 e.stuffException(status);
4238 }
4239}
4240
4241void YBlob::cancel(CheckStatusWrapper* status)
4242{

Callers 2

loadFunction · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected