MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / StreamBufImpl

Method StreamBufImpl

unittests/catch.hpp:9391–9393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9389
9390 public:
9391 StreamBufImpl() {
9392 setp( data, data + sizeof(data) );
9393 }
9394
9395 ~StreamBufImpl() noexcept {
9396 StreamBufImpl::sync();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected