Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
test_files
Method · 0.45
job_offline_test
Function · 0.45
task_offline_test
Function · 0.45
async_test
Function · 0.45
coro_offline_tests
Function · 0.45
start
Method · 0.45
get_header
Method · 0.45
get_header_count
Method · 0.45
get_header_list
Method · 0.45
handle_buffer
Method · 0.45
handle_buffer
Method · 0.45
Calls
no outgoing calls
Tested by
2
main
Function · 0.36
test_files
Method · 0.36