MCPcopy 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_nonprintableFunction · 0.45
get_tweenerFunction · 0.45
contains_paramFunction · 0.45
get_and_consume_flagFunction · 0.45
from_base64Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected