MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / DoubleNesting

Class DoubleNesting

benches/core.rs:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53#[derive(Diff, Patch, Default, Clone)]
54struct DoubleNesting {
55 a: SingleNesting,
56 b: bool,
57}
58
59#[derive(Diff, Patch, Default, Clone)]
60struct TripleNesting {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected