Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ get_a
Method
get_a
tests/runtime/resources/leaf.rs:21–23 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
19
}
20
21
fn get_a(&self) -> i32 {
22
self.0.get()
23
}
24
25
fn set_a(&self, a: i32) {
26
self.0.set(a);
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected