Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CasparCG/server
/ data
Method
data
src/common/array.h:74–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
T* begin() const { return ptr_; }
74
T* data() const { return ptr_; }
75
T* end() const { return ptr_ + size_; }
76
std::size_t size() const { return size_; }
77
Callers
9
impl
Method · 0.45
handle_write
Method · 0.45
read_some
Method · 0.45
write_some
Method · 0.45
osd_graph.cpp
File · 0.45
mix
Method · 0.45
array
Method · 0.45
array
Method · 0.45
to_base64
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected