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 3c32486 commit 16dd3c6Copy full SHA for 16dd3c6
src/hyperlight_host/src/mem/layout.rs
@@ -402,9 +402,6 @@ impl SandboxMemoryLayout {
402
}
403
404
/// Get the offset in guest memory to the start of output data.
405
- ///
406
- /// This function exists to accommodate the macro that generates C API
407
- /// compatible functions.
408
#[instrument(skip_all, parent = Span::current(), level= "Trace")]
409
#[cfg(test)]
410
pub(crate) fn get_output_data_offset(&self) -> usize {
0 commit comments