Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CasparCG/server
/ begin
Method
begin
src/common/array.h:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
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_; }
Callers
5
replace_nonprintable
Function · 0.45
get_tweener
Function · 0.45
contains_param
Function · 0.45
get_and_consume_flag
Function · 0.45
from_base64
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected