Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
template <class T, class ALLOCATOR>
56
void Buffer<T,ALLOCATOR>::close()
57
{
58
_isClosed = true;
59
}
60
61
template <class T, class ALLOCATOR>
62
bool Buffer<T,ALLOCATOR>::isClosed() const
Callers
3
closeBuffer
Method · 0.80
w
Function · 0.80
jquery.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected