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

Method operator=

include/wasm.hh:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 }
548
549 auto operator=(Val&& that) -> Val& {
550 reset(that);
551 return *this;
552 }
553
554 auto kind() const -> ValKind { return kind_; }
555 auto i32() const -> int32_t { assert(kind_ == ValKind::I32); return impl_.i32; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected