Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ get
Method
get
include/wasm.hh:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
auto get() const -> const T* {
86
return data_.get();
87
}
88
89
auto get() -> T* {
90
return data_.get();
Callers
2
make
Method · 0.45
make_nt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected