Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ dup2_stdout_stdout
Function
dup2_stdout_stdout
tests/stdio/dup2_stdio.rs:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
#[test]
11
fn dup2_stdout_stdout() {
12
let _ = dup2_stdout(stdout());
13
fcntl_getfd(stdout()).unwrap();
14
}
15
16
#[test]
17
fn dup2_stderr_stderr() {
Callers
nothing calls this directly
Calls
3
dup2_stdout
Function · 0.85
stdout
Function · 0.85
fcntl_getfd
Function · 0.50
Tested by
no test coverage detected