MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / ValueRef

Class ValueRef

crates/tinywasm/src/interpreter/values.rs:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, Clone, Copy, PartialEq, Eq)]
9pub(crate) struct ValueRef(u32);
10
11impl Default for ValueRef {
12 fn default() -> Self {

Callers 3

fromMethod · 0.85
exec_global_set_32Method · 0.85
eval_constMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected