Skip to content

Commit 651f080

Browse files
committed
Document captured_output
1 parent ab9e155 commit 651f080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ark/src/interface.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ pub struct RMain {
240240
/// Stored in `RMain` to avoid memory leakage when `Rf_error()` jumps.
241241
r_error_buffer: Option<CString>,
242242

243+
/// `WriteConsole` output diverted from IOPub is stored here. This is only used
244+
/// to return R output to the debugger.
243245
pub(crate) captured_output: String,
244246
}
245247

0 commit comments

Comments
 (0)