Skip to content

Commit

Permalink
add doc comments for ConnectionState.exports_by_cap
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 2, 2024
1 parent 54438d5 commit bb2f25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capnp-rpc/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ where
answers: RefCell<ImportTable<Answer<VatId>>>,
imports: RefCell<ImportTable<Import<VatId>>>,

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

embargoes: RefCell<ExportTable<Embargo>>,
Expand Down

0 comments on commit bb2f25d

Please sign in to comment.