We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db2859 commit 16b3800Copy full SHA for 16b3800
pr/127/docs/src/iroh_blobs/store/fs.rs.html
@@ -2497,7 +2497,7 @@
2497
}
2498
2499
<span class="kw">fn </span>ref_count(<span class="kw-2">&</span><span class="self">self</span>) -> usize {
2500
- <span class="self">self</span>.state.receiver_count() + <span class="self">self</span>.state.receiver_count()
+ <span class="self">self</span>.state.sender_count() + <span class="self">self</span>.state.receiver_count()
2501
2502
2503
<span class="kw">fn </span>new(id: <span class="kw-2">&</span><span class="self">Self</span>::EntityId, global: <span class="kw-2">&</span><span class="self">Self</span>::GlobalState) -> <span class="self">Self </span>{
0 commit comments