MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / BufferStatusException

Class BufferStatusException

tiledb/sm/buffer/buffer.h:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44namespace sm {
45
46class BufferStatusException : public StatusException {
47 public:
48 explicit BufferStatusException(const std::string& msg)
49 : StatusException("Buffer", msg) {
50 }
51};
52
53class ConstBuffer;
54

Callers 5

owned_mutable_spanMethod · 0.85
ensure_alloced_sizeMethod · 0.85
buffer_list.ccFile · 0.85
readMethod · 0.85
seekMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected