Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ reginfo
Method
reginfo
fuzz/src/lib.rs:38–40 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
36
37
impl TestCase {
38
pub fn reginfo(&self) -> &GenericRegInfo {
39
self.reginfo.get()
40
}
41
}
42
43
impl Arbitrary<'_> for TestCase {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected