MCPcopy Index your code
hub / github.com/IntegralPilot/wasm_os / begin

Method begin

stdlib/cpp/vector.hpp:98–98  ·  view source on GitHub ↗

Iterators

Source from the content-addressed store, hash-verified

96
97 // Iterators
98 iterator begin() { return data_; }
99 iterator end() { return data_ + size_; }
100
101 const_iterator begin() const { return data_; }

Callers 3

insertMethod · 0.95
solveMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected