MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / begin

Method begin

include/fc/array.hpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 ///@}
23
24 T* begin() { return &data[0]; }
25 const T* begin()const { return &data[0]; }
26 const T* end()const { return &data[N]; }
27

Callers 13

disconnectMethod · 0.45
generate_unique_saltMethod · 0.45
to_variantFunction · 0.45
from_variantFunction · 0.45
packFunction · 0.45
to_variantFunction · 0.45
from_variantFunction · 0.45
packFunction · 0.45
packFunction · 0.45
unpackFunction · 0.45
to_genericFunction · 0.45
to_genericMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected