MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / begin

Method begin

src/dpp/dave/array_view.h:71–73  ·  view source on GitHub ↗

* @brief Get start of view, first element * @return first element */

Source from the content-addressed store, hash-verified

69 * @return first element
70 */
71 T* begin() const {
72 return array;
73 }
74
75 /**
76 * @brief Get ending iterator of view, 1+last element

Callers 15

mainFunction · 0.45
test_filesMethod · 0.45
job_offline_testFunction · 0.45
task_offline_testFunction · 0.45
async_testFunction · 0.45
coro_offline_testsFunction · 0.45
startMethod · 0.45
get_headerMethod · 0.45
get_header_countMethod · 0.45
get_header_listMethod · 0.45
handle_bufferMethod · 0.45
handle_bufferMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
test_filesMethod · 0.36