MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / begin

Method begin

include/common/dense_enum_map.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 constexpr const_iterator begin() const noexcept {
60 return {Data, static_cast<size_type>(0)};
61 }
62
63 constexpr const_iterator end() const noexcept {
64 return {Data, static_cast<size_type>(Size)};

Callers 5

getRawDataMethod · 0.45
getRawDataMethod · 0.45
parseMethod · 0.45
StatisticsMethod · 0.45
setCostTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected