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

Method end

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

Source from the content-addressed store, hash-verified

24 T* begin() { return &data[0]; }
25 const T* begin()const { return &data[0]; }
26 const T* end()const { return &data[N]; }
27
28 size_t size()const { return N; }
29

Callers 15

disconnectMethod · 0.45
generate_unique_saltMethod · 0.45
to_variantFunction · 0.45
from_variantFunction · 0.45
from_variantFunction · 0.45
packFunction · 0.45
to_variantFunction · 0.45
from_variantFunction · 0.45
register_exceptionMethod · 0.45
operator()Method · 0.45
packFunction · 0.45
packFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected