MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / end

Method end

crates/c-api/include/wasmtime/span.hh:87–89  ·  view source on GitHub ↗

\brief Returns end iterator

Source from the content-addressed store, hash-verified

85
86 /// \brief Returns end iterator
87 iterator end() const {
88 return ptr_ + size_; // NOLINT
89 }
90
91 /// \brief Returns size in bytes
92 std::size_t size_bytes() const { return sizeof(T) * size_; }

Callers 15

serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
wat2wasmFunction · 0.45
callMethod · 0.45
translate_payloadMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected