Skip to content

Commit bb2f25d

Browse files
committed
add doc comments for ConnectionState.exports_by_cap
1 parent 54438d5 commit bb2f25d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

capnp-rpc/src/rpc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ where
415415
answers: RefCell<ImportTable<Answer<VatId>>>,
416416
imports: RefCell<ImportTable<Import<VatId>>>,
417417

418+
/// Exports keyed by ClientHook::get_ptr().
418419
exports_by_cap: RefCell<HashMap<usize, ExportId>>,
419420

420421
embargoes: RefCell<ExportTable<Embargo>>,

0 commit comments

Comments
 (0)