Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_map
Method · 0.45
append_func
Method · 0.45
wasmtime_sharedmemory_data
Function · 0.45
wasmtime_sharedmemory_data_size
Function · 0.45
wasmtime_context_get_data
Function · 0.45
wasmtime_memory_data_size
Function · 0.45
wasmtime_externref_data
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
7
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36