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

Method size

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

Source from the content-addressed store, hash-verified

26 const T* end()const { return &data[N]; }
27
28 size_t size()const { return N; }
29
30 T data[N];
31 };

Callers 6

emitMethod · 0.45
operator()Method · 0.45
from_variantFunction · 0.45
to_variantFunction · 0.45
from_variantFunction · 0.45
from_variantFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected