Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ get
Method
get
include/eepp/system/scopedbuffer.hpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
template <typename T> T* TScopedBuffer<T>::get() const {
95
return mData;
96
}
97
98
template <typename T> const std::size_t& TScopedBuffer<T>::size() const {
99
return mSize;
Callers
3
UIProperty
Class · 0.45
getModel
Function · 0.45
bind
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected