• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

databendlabs / openraft / 18691592738

21 Oct 2025 04:39PM UTC coverage: 91.178% (-0.1%) from 91.295%
18691592738

push

github

drmingdrmer
refactor: macro `expand!` support type parameter

Now it allows to expand:

```rust
openraft_macros::expand!(
    !KEYED,
    (T, ATTR, V) => {ATTR type T = V;},
    (Responder<T>, , crate::impls::OneshotResponder<Self, T> where T: Send,),
);
```

to

```
type Responder<T> = crate::impls::OneshotResponder<Self, T> where T: Send;
```

34 of 63 new or added lines in 1 file covered. (53.97%)

4 existing lines in 2 files now uncovered.

11834 of 12979 relevant lines covered (91.18%)

139192.26 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

82.09
/openraft/src/metrics/serde_instant.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc