MCPcopy 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

implMethod · 0.45
handle_writeMethod · 0.45
read_someMethod · 0.45
write_someMethod · 0.45
osd_graph.cppFile · 0.45
mixMethod · 0.45
arrayMethod · 0.45
arrayMethod · 0.45
to_base64Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected