MCPcopy Create free account
hub / github.com/SOCI/soci / append

Method append

src/backends/empty/blob.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::size_t empty_blob_backend::append(
40 const void * /* buf */, std::size_t /* toWrite */)
41{
42 throw soci_error("BLOBs are not supported.");
43}
44
45void empty_blob_backend::trim(std::size_t /* newLen */)
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected