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

Method data

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

\brief Returns pointer to data

Source from the content-addressed store, hash-verified

76
77 /// \brief Returns pointer to data
78 T *data() const { return ptr_; }
79
80 /// \brief Returns number of data that referred by Span class
81 std::size_t size() const { return size_; }

Callers 15

set_address_mapMethod · 0.45
append_funcMethod · 0.45
wasmtime_externref_dataFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36