MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / size

Method size

include/wasm.hh:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 auto size() const -> size_t {
82 return size_;
83 }
84
85 auto get() const -> const T* {
86 return data_.get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected