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

Method append

src/backends/postgresql/blob.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136std::size_t postgresql_blob_backend::append(
137 const void * buf, std::size_t toWrite)
138{
139 return write_from_start(buf, toWrite, get_len());
140}
141
142void postgresql_blob_backend::trim(std::size_t newLen)
143{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected