MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / get

Method get

fuzz/src/lib.rs:22–27  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

20
21impl TestCaseRegInfo {
22 pub fn get(&self) -> &GenericRegInfo {
23 match *self {
24 TestCaseRegInfo::Example { path: _, reginfo } => reginfo,
25 TestCaseRegInfo::Arbitrary { ref reginfo } => reginfo,
26 }
27 }
28}
29
30/// Common implementation of a test case used by all fuzz targets.

Callers 2

reginfoMethod · 0.45
arbitraryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected