Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ value
Method
value
cranelift/codegen/meta/src/cdsl/formats.rs:114–117 ·
view source on GitHub ↗
(mut self)
Source
from the content-addressed store, hash-verified
112
}
113
114
pub fn value(mut self) -> Self {
115
self.0.num_value_operands += 1;
116
self
117
}
118
119
pub fn varargs(mut self) -> Self {
120
self.0.has_value_list = true;
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected