MCPcopy Create free account
hub / github.com/bloomberg/quantum / close

Method close

quantum/impl/quantum_buffer_impl.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template <class T, class ALLOCATOR>
56void Buffer<T,ALLOCATOR>::close()
57{
58 _isClosed = true;
59}
60
61template <class T, class ALLOCATOR>
62bool Buffer<T,ALLOCATOR>::isClosed() const

Callers 3

closeBufferMethod · 0.80
wFunction · 0.80
jquery.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected